Searched refs:handle_mod2 (Results 1 – 3 of 3) sorted by relevance
44 void *handle_mod2 = xdlopen ("tst-single_threaded-mod2.so", RTLD_LAZY); in do_test() local46 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()52 xdlclose (handle_mod2); in do_test()
51 void *handle_mod2 = xdlopen ("tst-single_threaded-mod2.so", RTLD_LAZY); in do_test() local52 single_threaded_2 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()65 xdlclose (handle_mod2); in do_test()
98 void *handle_mod2 = xdlopen ("tst-single_threaded-mod2.so", RTLD_LAZY); in do_test() local99 single_threaded_2 = xdlsym (handle_mod2, "single_threaded_2"); in do_test()169 xdlclose (handle_mod2); in do_test()
Completed in 3 milliseconds