Home
last modified time | relevance | path

Searched refs:temp_objects (Results 1 – 1 of 1) sorted by relevance

/elf/
A Dtst-dl_find_object-threads.c211 } temp_objects[] = in do_test() local
229 idx %= array_length (temp_objects); in do_test()
230 if (temp_objects[idx].link_map == NULL) in do_test()
232 temp_objects[idx].link_map = xdlopen (temp_objects[idx].soname, in do_test()
234 temp_objects[idx].address = xdlsym (temp_objects[idx].link_map, in do_test()
239 xdlclose (temp_objects[idx].link_map); in do_test()
240 temp_objects[idx].link_map = NULL; in do_test()
260 free (temp_objects[i].soname); in do_test()
261 free (temp_objects[i].symbol); in do_test()
262 if (temp_objects[i].link_map != NULL) in do_test()
[all …]

Completed in 3 milliseconds