Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-unload.c26 void *p = dlopen (LIBPTHREAD_SO, RTLD_LAZY); in do_test()
A Dtst-atfork2.c61 void *h = dlopen ("tst-atfork2mod.so", RTLD_LAZY); in do_test()
A Dtst-pt-tls4.c125 void *h = dlopen (modules[i], RTLD_LAZY); in do_test()
/sysdeps/mips/bits/
A Ddlfcn.h24 #define RTLD_LAZY 0x0001 /* Lazy function call binding. */ macro
/sysdeps/powerpc/
A Dtst-cache-ppc-static-dlopen.c32 handle = dlopen ("mod-cache-ppc.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
/sysdeps/x86/
A Dtst-cet-legacy-4.c34 h = dlopen (modname, RTLD_LAZY); in do_test()
A Dtst-cet-legacy-2.c33 h = dlopen (modname, RTLD_LAZY); in do_test()
A Dtst-cet-legacy-5.c46 h = dlopen (modname, RTLD_LAZY); in do_test_1()
A Dtst-cet-legacy-6.c46 h = dlopen (modname, RTLD_LAZY); in do_test_1()
A Dtst-isa-level-1.c34 h = dlopen (modname, RTLD_LAZY); in do_test_1()
/sysdeps/mips/
A Dtst-abi-interlink.c683 shared_lib_ptrs[obj] = dlopen (shared_lib_names[obj], RTLD_LAZY); in load_object()

Completed in 13 milliseconds