| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/crypto/openssl/crypto/dso/ |
| H A D | dso_dlfcn.c | 78 #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 D | h_initfini3.cxx | 15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL); in main()
|
| /src/tools/regression/tls/ttls3/ |
| H A D | tls-test.c | 36 handle = dlopen("libtls-test.so.1", RTLD_NOW); in main()
|
| /src/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()
|
| /src/crypto/openssl/test/ |
| H A D | simpledynamic.h | 25 #define SD_MODULE (RTLD_LOCAL | RTLD_NOW)
|
| /src/crypto/heimdal/lib/hdb/ |
| H A D | hdb.c | 305 #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 D | dlfcn.h | 42 #define RTLD_NOW 2 /* Bind function calls immediately. */ macro
|
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Wasm.cpp | 121 dlopen(BinaryFileName.c_str(), RTLD_NOW | RTLD_GLOBAL); in addModule()
|
| /src/lib/libsysdecode/ |
| H A D | utrace.c | 62 case RTLD_NOW: in print_utrace_rtld()
|
| /src/contrib/ofed/libibverbs/ |
| H A D | init.c | 335 void *hand = dlopen(NULL, RTLD_NOW); in ibverbs_init()
|
| /src/contrib/openbsm/bin/auditfilterd/ |
| H A D | auditfilterd_conf.c | 141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW); in auditfilter_module_attach()
|
| /src/contrib/libxo/libxo/ |
| H A D | xo_encoder.c | 252 dlp = dlopen((const char *) buf, RTLD_NOW); in xo_encoder_discover()
|
| /src/sbin/nvmecontrol/ |
| H A D | comnd.c | 303 if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL) in cmd_load_dir()
|
| /src/crypto/heimdal/lib/kafs/ |
| H A D | afssys.c | 107 ptr = dlopen(path, RTLD_NOW); in try_aix()
|
| /src/usr.sbin/virtual_oss/virtual_bt_speaker/ |
| H A D | bt_speaker.c | 492 if ((hdl = dlopen("/usr/lib/virtual_oss/voss_bt.so", RTLD_NOW)) == NULL) in main()
|
| /src/crypto/krb5/src/util/support/ |
| H A D | plugins.c | 44 #define PLUGIN_DLOPEN_FLAGS (RTLD_NOW | RTLD_LOCAL | GROUP | NODELETE)
|
| /src/contrib/lua/src/ |
| H A D | loadlib.c | 125 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in lsys_load()
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 98 #ifdef RTLD_NOW 99 #define my_RTLD RTLD_NOW
|