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

12

/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_dso.h40 #ifndef RTLD_NOW
41 #define RTLD_NOW 1 macro
/freebsd-11-stable/contrib/netbsd-tests/lib/csu/
H A Dh_initfini3.cxx15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL);
/freebsd-11-stable/tools/regression/tls/ttls3/
H A Dtls-test.c38 handle = dlopen("libtls-test.so.1", RTLD_NOW);
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlerror-cleared.c56 handle = dlopen("libm.so", RTLD_NOW);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c59 #ifndef RTLD_NOW
60 #define RTLD_NOW RTLD_LAZY macro
87 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) {
109 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_dlopen.c93 handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL);
/freebsd-11-stable/include/
H A Ddlfcn.h41 #define RTLD_NOW 2 /* Bind function calls immediately. */ macro
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c151 # ifdef RTLD_NOW
152 # define DLOPEN_FLAG RTLD_NOW
161 # define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
/freebsd-11-stable/contrib/apr/dso/unix/
H A Ddso.c123 void *os_handle = dlopen((char *)path, RTLD_NOW | RTLD_GLOBAL);
126 int flags = RTLD_NOW | RTLD_GLOBAL;
/freebsd-11-stable/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-11-stable/contrib/gdb/gdb/
H A Dlibunwind-frame.c331 handle = dlopen (LIBUNWIND_SO, RTLD_NOW);
H A Dsol-thread.c1668 dlhandle = dlopen ("libthread_db.so.1", RTLD_NOW);
H A Dthread-db.c399 handle = dlopen (LIBTHREAD_DB_SO, RTLD_NOW);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_encoder.c225 dlp = dlopen((const char *) buf, RTLD_NOW);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dinit.c335 void *hand = dlopen(NULL, RTLD_NOW);
/freebsd-11-stable/lib/libsysdecode/
H A Dutrace.c65 case RTLD_NOW:
66 fprintf(fp, "RTLD_NOW");
/freebsd-11-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW);
/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafssys.c107 ptr = dlopen(path, RTLD_NOW);
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11.c585 if ((handle = dlopen(provider_id, RTLD_NOW)) == NULL) {
/freebsd-11-stable/contrib/lua/src/
H A Dloadlib.c127 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL));
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c98 #ifdef RTLD_NOW
99 #define my_RTLD RTLD_NOW
106 #endif /* RTLD_NOW */

Completed in 258 milliseconds

12