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

12

/freebsd-13-stable/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-13-stable/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-13-stable/bin/csh/
H A Diconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-13-stable/lib/libc/tests/gen/
H A Ddlopen_empty_test.c81 dlh = dlopen(soname, RTLD_LAZY);
/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc57 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
H A Dcxa_thread_atexit_test.cc86 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
/freebsd-13-stable/include/
H A Ddlfcn.h42 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc28 void *Handle = ::dlopen(File, RTLD_LAZY|RTLD_GLOBAL);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp48 RTLD_LAZY // Only bind symbols when used.
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c84 rc->handle = dlopen(lib_name, RTLD_LAZY);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c249 dl_handle = dlopen(NULL, RTLD_LAZY);
H A Dt_strlen.c111 dl_handle = dlopen(NULL, RTLD_LAZY);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h112 ATF_REQUIRE_MSG((handle = dlopen(NULL, RTLD_LOCAL | RTLD_LAZY))
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c108 #ifndef RTLD_LAZY
109 #define RTLD_LAZY 0 macro
116 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
482 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c348 m_libHandle = dlopen(dllName, RTLD_LAZY);
357 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_module.c300 handle = libc_dlopen(p, RTLD_LAZY);

Completed in 297 milliseconds

12