/freebsd/lib/libsysdecode/ |
H A D | utrace.c | 71 if (mode & RTLD_GLOBAL) in print_utrace_rtld() 75 if (mode & ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE)) in print_utrace_rtld() 77 ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE)); in print_utrace_rtld()
|
/freebsd/crypto/openssl/test/ |
H A D | simpledynamic.h | 24 # define SD_SHLIB (RTLD_GLOBAL|RTLD_LAZY)
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.c | 307 #ifndef RTLD_GLOBAL in find_dynamic_method() 308 #define RTLD_GLOBAL 0 in find_dynamic_method() macro 311 dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in find_dynamic_method()
|
/freebsd/libexec/rtld-elf/tests/ |
H A D | dlopen_test.c | 39 hdl = dlopen("libthr.so", RTLD_NOW | RTLD_GLOBAL); in ATF_TC_BODY()
|
/freebsd/bin/csh/ |
H A D | iconv_stub.c | 58 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL); in dl_iconv_open()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | DynamicLibrary.inc | 28 void *Handle = ::dlopen(File, RTLD_LAZY | RTLD_GLOBAL); 37 // with the handle of dlopen(NULL, RTLD_GLOBAL).
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | cxa_thread_atexit_nothr_test.cc | 54 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL | in ATF_TEST_CASE_BODY()
|
H A D | cxa_thread_atexit_test.cc | 83 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL | in ATF_TEST_CASE_BODY()
|
/freebsd/kerberos5/lib/libroken/ |
H A D | fbsd_ossl_provider_load.c | 51 RTLD_LAZY|RTLD_GLOBAL))) { in fbsd_ossl_provider_load()
|
/freebsd/include/ |
H A D | dlfcn.h | 43 #define RTLD_GLOBAL 0x100 /* Make symbols globally available. */ macro
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 108 # ifdef RTLD_GLOBAL in dlfcn_load() 110 flags |= RTLD_GLOBAL; in dlfcn_load()
|
/freebsd/contrib/netbsd-tests/rump/rumpkern/ |
H A D | t_modcmd.c | 136 handle = dlopen(TMPFSMODULE, RTLD_GLOBAL); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 121 dlopen(BinaryFileName.c_str(), RTLD_NOW | RTLD_GLOBAL); in addModule()
|
/freebsd/lib/libkiconv/ |
H A D | xlat16_iconv.c | 326 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL); in my_iconv_init()
|
/freebsd/sbin/nvmecontrol/ |
H A D | comnd.c | 303 if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL) in cmd_load_dir()
|
/freebsd/contrib/unbound/dynlibmod/ |
H A D | dynlibmod.c | 58 return dlopen(fname, RTLD_LAZY | RTLD_GLOBAL); in open_library()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | DynamicLibrary.inc | 36 // simillar to dlopen(NULL, RTLD_LAZY|RTLD_GLOBAL)
|
/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/lib/libc/net/ |
H A D | nsdispatch.c | 395 handle = libc_dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL); in nss_configure()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 2397 if ((m->handle = dlopen(m->path, RTLD_NOW|RTLD_GLOBAL)) == NULL) { in lm_load()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 3771 mode & (RTLD_MODEMASK | RTLD_GLOBAL), NULL)); in rtld_dlopen() 3814 if (mode & RTLD_GLOBAL && in dlopen_object()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2005 | 1069 * lib/hdb/hdb.c: provde RTLD_NOW and RTLD_GLOBAL if they don't
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 1842 #ifdef RTLD_GLOBAL 1843 # define LT_DLGLOBAL RTLD_GLOBAL
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 1853 #ifdef RTLD_GLOBAL 1854 # define LT_DLGLOBAL RTLD_GLOBAL
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libtool.m4 | 1842 #ifdef RTLD_GLOBAL 1843 # define LT_DLGLOBAL RTLD_GLOBAL
|