/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/ |
H A D | t_dlopen.c | 56 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 84 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 116 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 147 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
|
H A D | t_dso_pthread_create.c | 77 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
|
H A D | t_main_pthread_create.c | 86 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose2.ksh | 111 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 D | tst.dlclose3.ksh | 121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
|
H A D | tst.dlclose1.ksh | 117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | plugin.c | 111 #ifndef RTLD_LOCAL in loadlib() 112 #define RTLD_LOCAL 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()
|
H A D | acache.c | 121 #ifndef RTLD_LOCAL in init_ccapi() 122 #define RTLD_LOCAL 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()
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_mech_switch.c | 301 #ifndef RTLD_LOCAL in _gss_load_mech() 302 #define RTLD_LOCAL 0 in _gss_load_mech() macro 309 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP); in _gss_load_mech()
|
/freebsd/contrib/netbsd-tests/lib/csu/ |
H A D | h_initfini3.cxx | 15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL); in main()
|
/freebsd/crypto/openssl/test/ |
H A D | simpledynamic.h | 25 # define SD_MODULE (RTLD_LOCAL|RTLD_NOW)
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | dynthr_test.c | 73 mod_handle = dlopen(libpath, RTLD_LOCAL); in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | dlfcn.h | 44 #define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default. */ macro
|
/freebsd/contrib/netbsd-tests/lib/libc/tls/ |
H A D | t_tls_dlopen.c | 93 handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.provregex2.ksh | 86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
|
H A D | tst.provregex4.ksh | 109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
|
/freebsd/contrib/netbsd-tests/lib/libpthread_dbg/ |
H A D | h_common.h | 112 ATF_REQUIRE_MSG((handle = dlopen(NULL, RTLD_LOCAL | RTLD_LAZY)) in basic_proc_lookup()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.cpp | 47 | RTLD_LOCAL // Only make symbols available via the handle. in getObjCClassName()
|
/freebsd/lib/libgssapi/ |
H A D | gss_mech_switch.c | 222 so = dlopen(lib, RTLD_LOCAL); in _gss_load_mech()
|
/freebsd/stand/userboot/test/ |
H A D | test.c | 609 h = dlopen(userboot_obj, RTLD_LOCAL);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 104 RTLD_LAZY | RTLD_LOCAL); in LocateExecutableObjectFile() 546 RTLD_LAZY | RTLD_LOCAL); in LocateMacOSXFilesUsingDebugSymbols()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 100 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL) in ctf_zopen()
|
/freebsd/contrib/lua/src/ |
H A D | loadlib.c | 134 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in lsys_load()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp |
|
/freebsd/lib/libc/net/ |
H A D | nsdispatch.c | 515 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY); in nss_load_module()
|