/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/contrib/openpam/lib/libpam/ |
H A D | openpam_dynamic.c | 57 #ifndef RTLD_NOW 58 #define RTLD_NOW RTLD_LAZY macro 85 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) { in try_dlopen() 107 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) { in try_dlopen()
|
/freebsd/libexec/rtld-elf/tests/ |
H A D | dlopen_test.c | 18 hdl = dlopen("libthr.so", RTLD_NOW); in ATF_TC_BODY() 39 hdl = dlopen("libthr.so", RTLD_NOW | RTLD_GLOBAL); in ATF_TC_BODY()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | password_quality.c | 251 #ifndef RTLD_NOW 252 #define RTLD_NOW 0 macro 287 handle = dlopen(check_library, RTLD_NOW); in kadm5_setup_passwd_quality_check() 327 handle = dlopen(check_library, RTLD_NOW); in add_verifier()
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 81 # ifdef RTLD_NOW 82 # define DLOPEN_FLAG RTLD_NOW 88 # define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
|
/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/tools/regression/tls/ttls3/ |
H A D | tls-test.c | 36 handle = dlopen("libtls-test.so.1", RTLD_NOW); in main()
|
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/ |
H A D | t_dlerror-cleared.c | 56 handle = dlopen("libm.so", RTLD_NOW); in ATF_TC_BODY()
|
/freebsd/crypto/openssl/test/ |
H A D | simpledynamic.h | 25 # define SD_MODULE (RTLD_LOCAL|RTLD_NOW)
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.c | 304 #ifndef RTLD_NOW in find_dynamic_method() 305 #define RTLD_NOW 0 in find_dynamic_method() macro 311 dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in find_dynamic_method()
|
/freebsd/include/ |
H A D | dlfcn.h | 41 #define RTLD_NOW 2 /* Bind function calls immediately. */ 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/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 121 dlopen(BinaryFileName.c_str(), RTLD_NOW | RTLD_GLOBAL); in addModule()
|
/freebsd/lib/libsysdecode/ |
H A D | utrace.c | 62 case RTLD_NOW: in print_utrace_rtld()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | init.c | 335 void *hand = dlopen(NULL, RTLD_NOW); in ibverbs_init()
|
/freebsd/contrib/openbsm/bin/auditfilterd/ |
H A D | auditfilterd_conf.c | 141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW); in auditfilter_module_attach()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_encoder.c | 252 dlp = dlopen((const char *) buf, RTLD_NOW); in xo_encoder_discover()
|
/freebsd/sbin/nvmecontrol/ |
H A D | comnd.c | 303 if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL) in cmd_load_dir()
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | afssys.c | 107 ptr = dlopen(path, RTLD_NOW); in try_aix()
|
/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/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 99 #ifdef RTLD_NOW 100 #define my_RTLD RTLD_NOW
|
/freebsd/crypto/openssh/ |
H A D | ssh-sk.c | 141 if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) in sshsk_open()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_umadt.c | 204 p_umadt_obj->umadt_handle = dlopen("libibt.so", RTLD_NOW); in osm_vendor_init()
|