Searched refs:RTLD_LAZY (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-current/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlinfo.c78 handle = dlopen("libutil.so", RTLD_LAZY);
97 handle = dlopen("libutil.so", RTLD_LAZY);
109 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL,
H A Dt_dlerror-cleared.c54 handle = dlopen("libnonexistent.so", RTLD_LAZY);
H A Dt_dlvsym.c53 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
85 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
117 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
147 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
178 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
H A Dt_dlerror-false.c57 handle = dlopen("libm.so", RTLD_LAZY);
H A Dh_locking.c66 if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) {
85 if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) {
H A Dt_ifunc.c62 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY);
/freebsd-current/crypto/openssl/test/
H A Dsimpledynamic.h24 # define SD_SHLIB (RTLD_GLOBAL|RTLD_LAZY)
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh111 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
118 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose1.ksh117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose3.ksh121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/freebsd-current/tests/sys/vm/stack/
H A Dstack_dlopen_exec_test.c24 fh = dlopen("libsoxstack.so", RTLD_LAZY);
/freebsd-current/bin/csh/
H A Diconv_stub.c58 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-current/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c35 hdl = dlopen("$ORIGIN/libdeep.so", RTLD_LAZY | RTLD_DEEPBIND);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
H A Dtst.provregex4.ksh109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/freebsd-current/include/
H A Ddlfcn.h40 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/freebsd-current/lib/libc/tests/gen/
H A Ddlopen_empty_test.c78 dlh = dlopen(soname, RTLD_LAZY);
/freebsd-current/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc54 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
/freebsd-current/kerberos5/lib/libroken/
H A Dfbsd_ossl_provider_load.c51 RTLD_LAZY|RTLD_GLOBAL))) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc28 void *Handle = ::dlopen(File, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-current/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h112 ATF_REQUIRE_MSG((handle = dlopen(NULL, RTLD_LOCAL | RTLD_LAZY))
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c84 rc->handle = dlopen(lib_name, RTLD_LAZY);
/freebsd-current/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c249 dl_handle = dlopen(NULL, RTLD_LAZY);
H A Dt_strchrnul.c248 dl_handle = dlopen(NULL, RTLD_LAZY);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp46 RTLD_LAZY // Only bind symbols when used.

Completed in 226 milliseconds

123