Searched refs:RTLD_LAZY (Results 1 – 11 of 11) sorted by relevance
/sysdeps/pthread/ |
A D | tst-unload.c | 26 void *p = dlopen (LIBPTHREAD_SO, RTLD_LAZY); in do_test()
|
A D | tst-atfork2.c | 61 void *h = dlopen ("tst-atfork2mod.so", RTLD_LAZY); in do_test()
|
A D | tst-pt-tls4.c | 125 void *h = dlopen (modules[i], RTLD_LAZY); in do_test()
|
/sysdeps/mips/bits/ |
A D | dlfcn.h | 24 #define RTLD_LAZY 0x0001 /* Lazy function call binding. */ macro
|
/sysdeps/powerpc/ |
A D | tst-cache-ppc-static-dlopen.c | 32 handle = dlopen ("mod-cache-ppc.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
|
/sysdeps/x86/ |
A D | tst-cet-legacy-4.c | 34 h = dlopen (modname, RTLD_LAZY); in do_test()
|
A D | tst-cet-legacy-2.c | 33 h = dlopen (modname, RTLD_LAZY); in do_test()
|
A D | tst-cet-legacy-5.c | 46 h = dlopen (modname, RTLD_LAZY); in do_test_1()
|
A D | tst-cet-legacy-6.c | 46 h = dlopen (modname, RTLD_LAZY); in do_test_1()
|
A D | tst-isa-level-1.c | 34 h = dlopen (modname, RTLD_LAZY); in do_test_1()
|
/sysdeps/mips/ |
A D | tst-abi-interlink.c | 683 shared_lib_ptrs[obj] = dlopen (shared_lib_names[obj], RTLD_LAZY); in load_object()
|
Completed in 13 milliseconds