Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-single_threaded.c58 void *handle_mod3 = dlmopen (LM_ID_NEWLM, "tst-single_threaded-mod3.so", in do_test() local
60 single_threaded_3 = xdlsym (handle_mod3, "single_threaded_3"); in do_test()
64 xdlclose (handle_mod3); in do_test()
Dtst-single_threaded-pthread.c121 void *handle_mod3 = xdlopen ("tst-single_threaded-mod3.so", RTLD_LAZY); in do_test() local
122 single_threaded_3 = xdlsym (handle_mod3, "single_threaded_3"); in do_test()
168 xdlclose (handle_mod3); in do_test()