Symbol: RTLD_LAZY
include/dlfcn.h
86
#define DL_LAZY RTLD_LAZY /* Compat */
lib/libcurses/base/lib_mouse.c
104
#ifdef RTLD_LAZY
lib/libcurses/base/lib_mouse.c
105
#define my_RTLD RTLD_LAZY
libexec/ld.so/dlfcn.c
49
| RTLD_LAZY \
regress/lib/csu/callbacks/atexit/atexit_test.c
64
libaa = dlopen(LIBAA, RTLD_LAZY);
regress/lib/csu/callbacks/atexit/atexit_test.c
68
libab = dlopen(LIBAB, RTLD_LAZY);
regress/lib/csu/callbacks/pthread_atfork/pthread_atfork_test.c
100
libab = dlopen(LIBAB, RTLD_LAZY);
regress/lib/csu/callbacks/pthread_atfork/pthread_atfork_test.c
96
libaa = dlopen(LIBAA, RTLD_LAZY);
regress/lib/libc/cxa-atexit/test1/test1.C
35
libgd1 = dlopen(LIBGD1, RTLD_LAZY);
regress/lib/libc/cxa-atexit/test1/test1.C
45
libgd2 = dlopen(LIBGD2, RTLD_LAZY);
regress/lib/libpthread/dlopen/dlopen.c
661
if ((handle = dlopen("libpthread.so", RTLD_LAZY)) == NULL)
regress/libexec/ld.so/df_1_noopen/dlopen.c
13
p = dlopen(argv[i] + 1, RTLD_LAZY|RTLD_LOCAL);
regress/libexec/ld.so/dlclose/test1/prog1/main.c
28
libaa = dlopen("libaa.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlclose/test1/prog1/main.c
35
libaa = dlopen("libaa.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlclose/test1/prog2/main.c
27
void *libbb = dlopen("libbb.so", RTLD_LAZY);
regress/libexec/ld.so/dlclose/test1/prog2/main.c
28
void *libaa = dlopen("libaa.so", RTLD_LAZY);
regress/libexec/ld.so/dlclose/test1/prog3/main.c
30
libaa = dlopen("libaa.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlclose/test1/prog3/main.c
31
libbb = dlopen("libbb.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlclose/test2/prog1/main.c
28
libaa = dlopen("libaa.so", RTLD_LAZY);
regress/libexec/ld.so/dlclose/test2/prog1/main.c
40
libaa = dlopen("libaa.so", RTLD_LAZY);
regress/libexec/ld.so/dlopen/prog3/main.c
15
handle = dlopen("libac.so.0.0", RTLD_LAZY);
regress/libexec/ld.so/dlopen/prog4/main.c
15
handle = dlopen("libac.so.0.0", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test1/libaa/aa.c
41
void *libaa_handle = dlopen("libaa.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test1/libaa/aa.c
42
void *libc_handle = dlopen("libc.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test1/prog2/main.c
31
void *exe_handle = dlopen(NULL, RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog1/main.c
32
void *exe_handle = dlopen(NULL, RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog1/main.c
33
void *libbb = dlopen("libbb.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog2/main.c
28
void *libbb = dlopen("libbb.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog3/main.c
33
void *exe_handle = dlopen(NULL, RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog3/main.c
34
void *libbb = dlopen("libbb.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlsym/test2/prog4/main.c
31
void *libbb = dlopen("libbb.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog4/main.c
32
void *libcc = dlopen("libcc.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog5/main.c
32
void *libcc = dlopen("libcc.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test2/prog5/main.c
33
void *libbb = dlopen("libbb.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlsym/test3/prog1/main.c
32
libbb = dlopen("libbb.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test3/prog1/main.c
38
libdd = dlopen("libdd.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test3/prog2/main.c
32
libbb = dlopen("libbb.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test3/prog2/main.c
38
libdd = dlopen("libdd.so", RTLD_LAZY);
regress/libexec/ld.so/dlsym/test3/prog3/main.c
37
prog = dlopen(NULL, RTLD_LAZY);
regress/libexec/ld.so/dlsym/test3/prog3/main.c
43
libbb = dlopen("libbb.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlsym/test3/prog3/main.c
49
libcc = dlopen("libcc.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlsym/test3/prog4/main.c
35
libbb = dlopen("libbb.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/dlsym/test3/prog4/main.c
41
libcc = dlopen("libcc.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/edgecases/test2/prog1/main.c
29
void *libaa = dlopen("libaa.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/edgecases/test3/prog1/main.c
30
libaa = dlopen("libaa.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/edgecases/test3/prog1/main.c
36
libbb = dlopen("libbb.so", RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/hidden/test1/test1.c
35
libaa = dlopen(LIBAA, RTLD_LAZY);
regress/libexec/ld.so/hidden/test1/test1.c
36
libab = dlopen(LIBAB, RTLD_LAZY);
regress/libexec/ld.so/lazy/libfoo/foo.c
16
h = dlopen(BAR, RTLD_LAZY|RTLD_GLOBAL);
regress/libexec/ld.so/lazy/prog/prog.c
20
handle = dlopen(FOO, RTLD_LAZY|RTLD_GLOBAL);
usr.sbin/unbound/dynlibmod/dynlibmod.c
58
return dlopen(fname, RTLD_LAZY | RTLD_GLOBAL);