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

12

/freebsd-10.1-release/contrib/apr/include/arch/unix/
H A Dapr_arch_dso.h40 #ifndef RTLD_NOW
41 #define RTLD_NOW 1 macro
/freebsd-10.1-release/tools/regression/tls/ttls3/
H A Dtls-test.c38 handle = dlopen("libtls-test.so.1", RTLD_NOW);
/freebsd-10.1-release/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-10.1-release/include/
H A Ddlfcn.h41 #define RTLD_NOW 2 /* Bind function calls immediately. */ macro
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/ofed/libibverbs/src/
H A Dinit.c248 dlhandle = dlopen(so_name, RTLD_NOW);
556 void *hand = dlopen(NULL, RTLD_NOW);
/freebsd-10.1-release/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-10.1-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c143 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW);
/freebsd-10.1-release/crypto/heimdal/lib/kafs/
H A Dafssys.c107 ptr = dlopen(path, RTLD_NOW);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c94 #ifdef RTLD_NOW
95 #define my_RTLD RTLD_NOW
102 #endif /* RTLD_NOW */
/freebsd-10.1-release/crypto/openssh/
H A Dssh-pkcs11.c564 if ((handle = dlopen(provider_id, RTLD_NOW)) == NULL) {
/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_umadt.c204 p_umadt_obj->umadt_handle = dlopen("libibt.so", RTLD_NOW);
/freebsd-10.1-release/crypto/heimdal/lib/hx509/
H A Dks_p11.c829 p->dl_handle = dlopen(list, RTLD_NOW);
/freebsd-10.1-release/sbin/geom/core/
H A Dgeom.c552 dlh = dlopen(path, RTLD_NOW);
/freebsd-10.1-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1538 handle = dlopen (LIBTHREAD_DB_SO, RTLD_NOW);
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.c1940 flags, ((ld_loadfltr || obj->z_loadfltr) ? RTLD_NOW : RTLD_LAZY) |
2872 (mode & RTLD_MODEMASK) == RTLD_NOW, &obj_rtld,
2928 if (initlist_objects_ifunc(&initlist, (mode & RTLD_MODEMASK) == RTLD_NOW,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp898 mode |= RTLD_NOW;
/freebsd-10.1-release/usr.bin/kdump/
H A Dkdump.c1451 case RTLD_NOW:
1452 printf("RTLD_NOW");
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dmain.c2532 if ((m->handle = dlopen(m->path, RTLD_NOW|RTLD_GLOBAL)) == NULL) {
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 586 milliseconds

12