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

12

/freebsd-10-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-10-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.ksh115 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-10-stable/bin/csh/
H A Diconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-10-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-10-stable/include/
H A Ddlfcn.h40 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/freebsd-10-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-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_event_plugin.c82 rc->handle = dlopen(lib_name, RTLD_LAZY);
/freebsd-10-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-10-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h112 ATF_REQUIRE_MSG((handle = dlopen(NULL, RTLD_LOCAL | RTLD_LAZY))
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
/freebsd-10-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-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c349 m_libHandle = dlopen(dllName, RTLD_LAZY);
358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/freebsd-10-stable/crypto/openssl/crypto/
H A Dsparcv9cap.c133 if ((h = dlopen(NULL, RTLD_LAZY))) {
143 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c60 #define RTLD_NOW RTLD_LAZY
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_module.c298 handle = libc_dlopen(p, RTLD_LAZY);

Completed in 214 milliseconds

12