Searched refs:RTLD_NOW (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/libexec/rtld-elf/tests/
H A Ddlopen_test.c18 hdl = dlopen("libthr.so", RTLD_NOW);
39 hdl = dlopen("libthr.so", RTLD_NOW | RTLD_GLOBAL);
/freebsd-current/contrib/netbsd-tests/lib/csu/
H A Dh_initfini3.cxx15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL);
/freebsd-current/tools/regression/tls/ttls3/
H A Dtls-test.c36 handle = dlopen("libtls-test.so.1", RTLD_NOW);
/freebsd-current/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c56 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
84 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
116 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
147 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
H A Dt_dso_pthread_create.c77 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
H A Dt_main_pthread_create.c86 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
/freebsd-current/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlerror-cleared.c56 handle = dlopen("libm.so", RTLD_NOW);
/freebsd-current/crypto/openssl/test/
H A Dsimpledynamic.h25 # define SD_MODULE (RTLD_LOCAL|RTLD_NOW)
/freebsd-current/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) {
107 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) {
/freebsd-current/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_dlopen.c93 handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL);
/freebsd-current/include/
H A Ddlfcn.h41 #define RTLD_NOW 2 /* Bind function calls immediately. */ macro
/freebsd-current/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);
327 handle = dlopen(check_library, RTLD_NOW);
/freebsd-current/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-current/crypto/heimdal/lib/hdb/
H A Dhdb.c304 #ifndef RTLD_NOW
305 #define RTLD_NOW 0 macro
311 dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
/freebsd-current/contrib/ofed/libibverbs/
H A Dinit.c335 void *hand = dlopen(NULL, RTLD_NOW);
/freebsd-current/lib/libsysdecode/
H A Dutrace.c62 case RTLD_NOW:
63 fprintf(fp, "RTLD_NOW");
/freebsd-current/crypto/heimdal/lib/kafs/
H A Dafssys.c107 ptr = dlopen(path, RTLD_NOW);
/freebsd-current/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW);
/freebsd-current/contrib/libxo/libxo/
H A Dxo_encoder.c252 dlp = dlopen((const char *) buf, RTLD_NOW);
/freebsd-current/sbin/nvmecontrol/
H A Dcomnd.c303 if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL)
/freebsd-current/contrib/lua/src/
H A Dloadlib.c134 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL));
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c99 #ifdef RTLD_NOW
100 #define my_RTLD RTLD_NOW
107 #endif /* RTLD_NOW */
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dks_p11.c867 p->dl_handle = dlopen(list, RTLD_NOW);
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c204 p_umadt_obj->umadt_handle = dlopen("libibt.so", RTLD_NOW);
/freebsd-current/crypto/openssh/
H A Dssh-sk.c140 if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL)

Completed in 297 milliseconds

12