Home
last modified time | relevance | path

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

123

/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_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()
H A Dt_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()
H A Dh_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()
H A Dt_dlerror-cleared.c54 handle = dlopen("libnonexistent.so", RTLD_LAZY); in ATF_TC_BODY()
H A Dt_dlerror-false.c57 handle = dlopen("libm.so", RTLD_LAZY); in ATF_TC_BODY()
H A Dt_ifunc.c62 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY); in ATF_TC_BODY()
/freebsd/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) {
/freebsd/crypto/heimdal/lib/krb5/
H A Dplugin.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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c348 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
357 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.h24 # define SD_SHLIB (RTLD_GLOBAL|RTLD_LAZY)
/freebsd/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c35 hdl = dlopen("$ORIGIN/libdeep.so", RTLD_LAZY | RTLD_DEEPBIND); in ATF_TC_BODY()
/freebsd/tests/sys/vm/stack/
H A Dstack_dlopen_exec_test.c24 fh = dlopen("libsoxstack.so", RTLD_LAZY); in checkstack()
/freebsd/bin/csh/
H A Diconv_stub.c58 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL); in dl_iconv_open()
/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc54 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL | in ATF_TEST_CASE_BODY()
H A Dcxa_thread_atexit_test.cc83 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL | in ATF_TEST_CASE_BODY()
/freebsd/kerberos5/lib/libroken/
H A Dfbsd_ossl_provider_load.c51 RTLD_LAZY|RTLD_GLOBAL))) { in fbsd_ossl_provider_load()
/freebsd/include/
H A Ddlfcn.h40 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/freebsd/lib/libc/tests/gen/
H A Ddlopen_empty_test.c78 dlh = dlopen(soname, RTLD_LAZY); in ATF_TC_BODY()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/freebsd/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h112 ATF_REQUIRE_MSG((handle = dlopen(NULL, RTLD_LOCAL | RTLD_LAZY)) in basic_proc_lookup()
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c249 dl_handle = dlopen(NULL, RTLD_LAZY); in ATF_TC_BODY()
H A Dt_strchrnul.c248 dl_handle = dlopen(NULL, RTLD_LAZY); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp46 RTLD_LAZY // Only bind symbols when used. in getObjCClassName()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c84 rc->handle = dlopen(lib_name, RTLD_LAZY); in osm_epi_construct()
/freebsd/lib/libc/tests/string/
H A Dstrcmp_test.c124 dl_handle = dlopen(NULL, RTLD_LAZY); in ATF_TP_ADD_TCS()

123