Searched refs:RTLD_NOLOAD (Results 1 – 19 of 19) sorted by relevance
/glibc-2.36/elf/ |
D | tst-nodelete.cc | 15 || dlopen ("tst-nodelete-rtldmod.so", RTLD_LAZY | RTLD_NOLOAD) != NULL) in do_test() 27 || dlopen ("tst-nodelete-zmod.so", RTLD_LAZY | RTLD_NOLOAD) != NULL) in do_test() 38 || dlopen ("tst-nodelete-uniquemod.so", RTLD_LAZY | RTLD_NOLOAD) != NULL) in do_test()
|
D | tst-noload.c | 28 void *h1 = dlopen (LIBM_SO, RTLD_LAZY | RTLD_NOLOAD); in do_test() 36 void *h2 = dlopen (LIBM_SO, RTLD_LAZY | RTLD_NOLOAD | RTLD_NODELETE); in do_test() 50 void *h4 = dlopen (LIBM_SO, RTLD_LAZY | RTLD_NOLOAD); in do_test()
|
D | noload.c | 15 p = dlopen ("testobj1.so", RTLD_LAZY | RTLD_NOLOAD); in main() 28 if (dlopen ("testobj5.so", RTLD_LAZY | RTLD_NOLOAD) != NULL) in main() 50 void *q = dlopen ("testobj5.so", RTLD_LAZY | RTLD_NOLOAD); in main()
|
D | tst-dlopen-nodelete-reloc.c | 129 RTLD_NOW | RTLD_NOLOAD | RTLD_GLOBAL); in do_test() 134 RTLD_NOW | RTLD_NOLOAD); in do_test() 166 xdlopen ("tst-dlopen-nodelete-reloc-mod14.so", RTLD_NOW | RTLD_NOLOAD); in do_test()
|
D | tst-dl_find_object.c | 143 struct link_map *rtld_map = xdlopen (LD_SO, RTLD_LAZY | RTLD_NOLOAD); in check_initial() 147 struct link_map *libc_map = xdlopen (LIBC_SO, RTLD_LAZY | RTLD_NOLOAD); in check_initial()
|
D | tst-audit28.c | 30 == xdlopen (LIBC_SO, RTLD_LOCAL | RTLD_NOW | RTLD_NOLOAD)); in do_test()
|
D | tst-dlopenfail.c | 51 TEST_VERIFY (dlopen ("tst-dlopenfailnodelmod.so", RTLD_LAZY | RTLD_NOLOAD) in do_test()
|
D | tst-dlmopen1mod.c | 19 void *h = dlopen (LIBC_SO, RTLD_LAZY|RTLD_NOLOAD); in foo()
|
D | tst-dlmopen1.c | 10 void *h = dlopen (LIBC_SO, RTLD_LAZY|RTLD_NOLOAD); in do_test()
|
D | tst-auditmod28.c | 48 handle = xdlopen (LIBC_SO, RTLD_LOCAL | RTLD_NOW | RTLD_NOLOAD); in la_version()
|
D | dl-open.c | 541 assert (mode & RTLD_NOLOAD); in dl_open_worker_begin()
|
D | dl-load.c | 1046 if (mode & RTLD_NOLOAD) in _dl_map_object_from_fd()
|
/glibc-2.36/sysdeps/mips/bits/ |
D | dlfcn.h | 27 #define RTLD_NOLOAD 0x00008 /* Do not load the object. */ macro
|
/glibc-2.36/bits/ |
D | dlfcn.h | 27 #define RTLD_NOLOAD 0x00004 /* Do not load the object. */ macro
|
/glibc-2.36/resolv/ |
D | tst-resolv-ai_idn-nolibidn2.c | 129 void *handle2 = xdlopen (LIBIDN2_SONAME, RTLD_LAZY | RTLD_NOLOAD); in do_test()
|
/glibc-2.36/dlfcn/ |
D | dlopen.c | 51 if (args->mode & ~(RTLD_BINDING_MASK | RTLD_NOLOAD | RTLD_DEEPBIND in dlopen_doit()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 6318 * elf/dl-open.c (dl_open_worker): Pass RTLD_NOLOAD as new parameter 6334 * sysdeps/generic/bits/dlfcn.h: Define RTLD_NOLOAD and RTLD_NODELETE.
|
D | ChangeLog.17 | 2266 returning if RTLD_NOLOAD.
|
/glibc-2.36/ |
D | NEWS | 3777 [19810] dynamic-link: dlopen with both RTLD_NOLOAD and RTLD_NODELETE
|