Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 57) sorted by relevance

123

/NextBSD/contrib/netbsd-tests/libexec/ld.elf_so/
HDt_dlvsym.c53 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
85 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
117 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
147 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
178 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
HDt_dlinfo.c78 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY()
97 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY()
109 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL, in ATF_TC_BODY()
HDh_locking.c66 if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) { in test_dl_iterate_phdr()
85 if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) { in init_fini_helper()
HDt_dlerror-cleared.c54 handle = dlopen("libnonexistent.so", RTLD_LAZY); in ATF_TC_BODY()
HDt_dlerror-false.c57 handle = dlopen("libm.so", RTLD_LAZY); in ATF_TC_BODY()
HDt_ifunc.c62 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY); in ATF_TC_BODY()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
HDtst.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) {
HDtst.dlclose3.ksh121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
HDtst.dlclose1.ksh117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/NextBSD/crypto/heimdal/lib/krb5/
HDplugin.c108 #ifndef RTLD_LAZY in loadlib()
109 #define RTLD_LAZY 0 in loadlib() macro
116 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY); in loadlib()
482 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY); in _krb5_load_plugins()
HDacache.c118 #ifndef RTLD_LAZY in init_ccapi()
119 #define RTLD_LAZY 0 in init_ccapi() macro
129 cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL); in init_ccapi()
134 cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL); in init_ccapi()
/NextBSD/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
HDjitprofiling.c350 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
359 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
/NextBSD/bin/csh/
HDiconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL); in dl_iconv_open()
/NextBSD/include/
HDdlfcn.h40 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
HDtst.provregex2.ksh86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
HDtst.provregex4.ksh109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/NextBSD/contrib/netbsd-tests/lib/libc/string/
HDt_strchr.c249 strchr_fn = dlsym(dlopen(0, RTLD_LAZY), "test_strchr"); in ATF_TC_BODY()
HDt_strlen.c110 strlen_fn = dlsym(dlopen(NULL, RTLD_LAZY), "test_strlen"); in ATF_TC_BODY()
/NextBSD/crypto/openssl/crypto/
HDsparcv9cap.c194 if ((h = dlopen(NULL, RTLD_LAZY))) {
204 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_event_plugin.c82 rc->handle = dlopen(lib_name, RTLD_LAZY); in osm_epi_construct()
/NextBSD/contrib/llvm/lib/Support/
HDDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_unwind_linux_libcdep.cc51 void *p = dlopen("libcorkscrew.so", RTLD_LAZY); in SanitizerInitializeUnwinder()
/NextBSD/lib/libsysdecode/
HDutrace.c77 case RTLD_LAZY: in print_utrace_rtld()
/NextBSD/lib/libc/iconv/
HDcitrus_module.c298 handle = libc_dlopen(p, RTLD_LAZY); in _citrus_load_module()
/NextBSD/contrib/openpam/lib/libpam/
HDopenpam_dynamic.c60 #define RTLD_NOW RTLD_LAZY

123