Home
last modified time | relevance | path

Searched refs:RTLD_LOCAL (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/elf/
Dtst-audit28.c28 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()
Dtst-auditmod28.c36 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()
Dtst-dlopenrpathmod.c25 void *p = dlopen ("in-subdir.so", RTLD_LAZY|RTLD_LOCAL); in foo()
Dtst-dlopenrpath.c52 void *p = dlopen ("in-subdir.so", RTLD_LAZY|RTLD_LOCAL); in do_test()
Dtst-nodelete-dlclose-dso.c50 plugin_lib = dlopen (LIB_PLUGIN, RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE); in primary()
Dtst-latepthread.c29 void *handle = dlopen ("tst-latepthreadmod.so", RTLD_LOCAL | RTLD_LAZY); in do_test()
/glibc-2.36/sysdeps/mips/bits/
Ddlfcn.h38 #define RTLD_LOCAL 0 macro
/glibc-2.36/bits/
Ddlfcn.h38 #define RTLD_LOCAL 0 macro
/glibc-2.36/sysdeps/powerpc/
Dtst-cache-ppc-static-dlopen.c32 handle = dlopen ("mod-cache-ppc.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
/glibc-2.36/dlfcn/
Dtststatic5.c40 handle = dlopen ("modstatic5.so", RTLD_LAZY | RTLD_LOCAL); in do_test()
Ddlopen.c52 | RTLD_GLOBAL | RTLD_LOCAL | RTLD_NODELETE in dlopen_doit()
Dtststatic4.c111 local_handle = dlopen (NULL, RTLD_LAZY | RTLD_LOCAL); in do_test()
/glibc-2.36/conform/data/
Ddlfcn.h-data5 macro RTLD_LOCAL
/glibc-2.36/posix/
Dtst-regex.input1582 * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
/glibc-2.36/ChangeLog.old/
DChangeLog.81582 * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
DChangeLog.106363 * sysdeps/mips/bits/dlfcn.h: Remove SGI specific calls, add RTLD_LOCAL.