Home
last modified time | relevance | path

Searched refs:RTLD_NOW (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c56 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 Dt_dso_pthread_create.c77 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
H A Dt_main_pthread_create.c86 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c57 #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 Ddlopen_test.c18 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 Dpassword_quality.c251 #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 Ddso_dlfcn.c81 # 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 Dh_initfini3.cxx15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL); in main()
/freebsd/tools/regression/tls/ttls3/
H A Dtls-test.c36 handle = dlopen("libtls-test.so.1", RTLD_NOW); in main()
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlerror-cleared.c56 handle = dlopen("libm.so", RTLD_NOW); in ATF_TC_BODY()
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.h25 # define SD_MODULE (RTLD_LOCAL|RTLD_NOW)
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.c304 #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 Ddlfcn.h41 #define RTLD_NOW 2 /* Bind function calls immediately. */ macro
/freebsd/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_dlopen.c93 handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp121 dlopen(BinaryFileName.c_str(), RTLD_NOW | RTLD_GLOBAL); in addModule()
/freebsd/lib/libsysdecode/
H A Dutrace.c62 case RTLD_NOW: in print_utrace_rtld()
/freebsd/contrib/ofed/libibverbs/
H A Dinit.c335 void *hand = dlopen(NULL, RTLD_NOW); in ibverbs_init()
/freebsd/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW); in auditfilter_module_attach()
/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.c252 dlp = dlopen((const char *) buf, RTLD_NOW); in xo_encoder_discover()
/freebsd/sbin/nvmecontrol/
H A Dcomnd.c303 if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL) in cmd_load_dir()
/freebsd/crypto/heimdal/lib/kafs/
H A Dafssys.c107 ptr = dlopen(path, RTLD_NOW); in try_aix()
/freebsd/contrib/lua/src/
H A Dloadlib.c134 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in lsys_load()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c99 #ifdef RTLD_NOW
100 #define my_RTLD RTLD_NOW
/freebsd/crypto/openssh/
H A Dssh-sk.c141 if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) in sshsk_open()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c204 p_umadt_obj->umadt_handle = dlopen("libibt.so", RTLD_NOW); in osm_vendor_init()

12