Searched refs:RTLD_LOCAL (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/elf/ |
D | tst-audit28.c | 28 void *handle = xdlopen ("mapped to libc", RTLD_LOCAL | RTLD_NOW); in do_test() 30 == xdlopen (LIBC_SO, RTLD_LOCAL | RTLD_NOW | RTLD_NOLOAD)); in do_test()
|
D | tst-auditmod28.c | 36 void *handle = xdlopen (LIBM_SO, RTLD_LOCAL | RTLD_NOW); in la_version() 48 handle = xdlopen (LIBC_SO, RTLD_LOCAL | RTLD_NOW | RTLD_NOLOAD); in la_version()
|
D | tst-dlopenrpathmod.c | 25 void *p = dlopen ("in-subdir.so", RTLD_LAZY|RTLD_LOCAL); in foo()
|
D | tst-dlopenrpath.c | 52 void *p = dlopen ("in-subdir.so", RTLD_LAZY|RTLD_LOCAL); in do_test()
|
D | tst-nodelete-dlclose-dso.c | 50 plugin_lib = dlopen (LIB_PLUGIN, RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE); in primary()
|
D | tst-latepthread.c | 29 void *handle = dlopen ("tst-latepthreadmod.so", RTLD_LOCAL | RTLD_LAZY); in do_test()
|
/glibc-2.36/sysdeps/mips/bits/ |
D | dlfcn.h | 38 #define RTLD_LOCAL 0 macro
|
/glibc-2.36/bits/ |
D | dlfcn.h | 38 #define RTLD_LOCAL 0 macro
|
/glibc-2.36/sysdeps/powerpc/ |
D | tst-cache-ppc-static-dlopen.c | 32 handle = dlopen ("mod-cache-ppc.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
|
/glibc-2.36/dlfcn/ |
D | tststatic5.c | 40 handle = dlopen ("modstatic5.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
|
D | dlopen.c | 52 | RTLD_GLOBAL | RTLD_LOCAL | RTLD_NODELETE in dlopen_doit()
|
D | tststatic4.c | 111 local_handle = dlopen (NULL, RTLD_LAZY | RTLD_LOCAL); in do_test()
|
/glibc-2.36/conform/data/ |
D | dlfcn.h-data | 5 macro RTLD_LOCAL
|
/glibc-2.36/posix/ |
D | tst-regex.input | 1582 * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 1582 * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
|
D | ChangeLog.10 | 6363 * sysdeps/mips/bits/dlfcn.h: Remove SGI specific calls, add RTLD_LOCAL.
|