Home
last modified time | relevance | path

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

/elf/
A Dtst-single_threaded-static-dlopen.c44 void *handle_mod2 = xdlopen ("tst-single_threaded-mod2.so", RTLD_LAZY); in do_test() local
46 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()
52 xdlclose (handle_mod2); in do_test()
A Dtst-single_threaded.c51 void *handle_mod2 = xdlopen ("tst-single_threaded-mod2.so", RTLD_LAZY); in do_test() local
52 single_threaded_2 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()
65 xdlclose (handle_mod2); in do_test()
A Dtst-single_threaded-pthread.c98 void *handle_mod2 = xdlopen ("tst-single_threaded-mod2.so", RTLD_LAZY); in do_test() local
99 single_threaded_2 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()
169 xdlclose (handle_mod2); in do_test()

Completed in 3 milliseconds