Symbol: RTLD_LAZY
bin/csh/iconv_stub.c
60
iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
309
so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
crypto/heimdal/lib/krb5/acache.c
118
#ifndef RTLD_LAZY
crypto/heimdal/lib/krb5/acache.c
129
cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL);
crypto/heimdal/lib/krb5/acache.c
134
cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL);
crypto/heimdal/lib/krb5/plugin.c
108
#ifndef RTLD_LAZY
crypto/heimdal/lib/krb5/plugin.c
116
e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
crypto/heimdal/lib/krb5/plugin.c
482
p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
crypto/openssl/crypto/dso/dso_dlfcn.c
436
void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
crypto/openssl/test/simpledynamic.h
24
#define SD_SHLIB (RTLD_GLOBAL | RTLD_LAZY)
kerberos5/lib/libroken/fbsd_ossl_provider_load.c
49
RTLD_LAZY|RTLD_GLOBAL))) {
lib/libc/iconv/citrus_module.c
298
handle = libc_dlopen(p, RTLD_LAZY);
lib/libc/net/nsdispatch.c
395
handle = libc_dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
lib/libc/net/nsdispatch.c
515
mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
lib/libc/tests/gen/dlopen_empty_test.c
78
dlh = dlopen(soname, RTLD_LAZY);
lib/libc/tests/stdlib/cxa_atexit_test.c
40
hdl = dlopen(shlib, RTLD_LAZY);
lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc
57
libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
88
libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
lib/libc/tests/string/memccpy_test.c
218
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/memcmp_test.c
149
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/memrchr_test.c
105
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/stpncpy_test.c
194
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strcmp_test.c
124
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strlcpy_test.c
173
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strncmp_test.c
156
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strrchr_test.c
145
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libkiconv/xlat16_iconv.c
326
iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
lib/libsysdecode/utrace.c
65
case RTLD_LAZY:
lib/libthr/thread/thr_exit.c
86
if ((handle = dlopen(dli.dli_fname, RTLD_LAZY)) != NULL) {
libexec/rtld-elf/rtld.c
2726
RTLD_LAZY) | RTLD_LOCAL, lockstate);
libexec/rtld-elf/tests/dlopen_hash_test.c
26
handle = dlopen("libpythagoras.so.0", RTLD_LAZY);
libexec/rtld-elf/tests/dlopen_hash_test.c
37
handle = dlopen(name, RTLD_LAZY);
libexec/rtld-elf/tests/rtld_deepbind/rtld_deepbind.c
35
hdl = dlopen("$ORIGIN/libdeep.so", RTLD_LAZY | RTLD_DEEPBIND);
libexec/rtld-elf/tests/set_var_test.c
20
handle = dlopen("libpythagoras.so.0", RTLD_LAZY);
libexec/rtld-elf/tests/set_var_test.c
30
handle = dlopen("libpythagoras.so.0", RTLD_LAZY);
sbin/ipf/ipmon/ipmon_y.y
988
#ifdef RTLD_LAZY
sbin/ipf/ipmon/ipmon_y.y
989
isi->imsi_handle = dlopen(path, RTLD_LAZY);
sys/netinet/libalias/alias.c
1733
handle = dlopen (path, RTLD_LAZY);
tests/sys/vm/stack/stack_dlopen_exec_test.c
24
fh = dlopen("libsoxstack.so", RTLD_LAZY);
usr.sbin/bhyve/slirp/slirp-helper.c
430
handle = dlopen("libslirp.so.0", RTLD_LAZY);