Home
last modified time | relevance | path

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

12

/src/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()
/src/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()
/src/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()
/src/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()
/src/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c78 #ifdef RTLD_NOW
79 #define DLOPEN_FLAG RTLD_NOW
85 #define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
/src/contrib/netbsd-tests/lib/csu/
H A Dh_initfini3.cxx15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL); in main()
/src/tools/regression/tls/ttls3/
H A Dtls-test.c36 handle = dlopen("libtls-test.so.1", RTLD_NOW); in main()
/src/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlerror-cleared.c56 handle = dlopen("libm.so", RTLD_NOW); in ATF_TC_BODY()
/src/crypto/openssl/test/
H A Dsimpledynamic.h25 #define SD_MODULE (RTLD_LOCAL | RTLD_NOW)
/src/crypto/heimdal/lib/hdb/
H A Dhdb.c305 #ifndef RTLD_NOW in find_dynamic_method()
306 #define RTLD_NOW 0 in find_dynamic_method() macro
312 dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in find_dynamic_method()
/src/include/
H A Ddlfcn.h42 #define RTLD_NOW 2 /* Bind function calls immediately. */ macro
/src/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()
/src/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp121 dlopen(BinaryFileName.c_str(), RTLD_NOW | RTLD_GLOBAL); in addModule()
/src/lib/libsysdecode/
H A Dutrace.c62 case RTLD_NOW: in print_utrace_rtld()
/src/contrib/ofed/libibverbs/
H A Dinit.c335 void *hand = dlopen(NULL, RTLD_NOW); in ibverbs_init()
/src/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW); in auditfilter_module_attach()
/src/contrib/libxo/libxo/
H A Dxo_encoder.c252 dlp = dlopen((const char *) buf, RTLD_NOW); in xo_encoder_discover()
/src/sbin/nvmecontrol/
H A Dcomnd.c303 if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL) in cmd_load_dir()
/src/crypto/heimdal/lib/kafs/
H A Dafssys.c107 ptr = dlopen(path, RTLD_NOW); in try_aix()
/src/usr.sbin/virtual_oss/virtual_bt_speaker/
H A Dbt_speaker.c492 if ((hdl = dlopen("/usr/lib/virtual_oss/voss_bt.so", RTLD_NOW)) == NULL) in main()
/src/crypto/krb5/src/util/support/
H A Dplugins.c44 #define PLUGIN_DLOPEN_FLAGS (RTLD_NOW | RTLD_LOCAL | GROUP | NODELETE)
/src/contrib/lua/src/
H A Dloadlib.c125 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in lsys_load()
/src/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c98 #ifdef RTLD_NOW
99 #define my_RTLD RTLD_NOW

12