Searched refs:RTLD_GLOBAL (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_dso.h44 #ifndef RTLD_GLOBAL
45 #define RTLD_GLOBAL 0 macro
/freebsd-10-stable/bin/csh/
H A Diconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-10-stable/include/
H A Ddlfcn.h43 #define RTLD_GLOBAL 0x100 /* Make symbols globally available. */ macro
44 #define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default. */
/freebsd-10-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc57 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
H A Dcxa_thread_atexit_test.cc86 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
68 // with the handle of dlopen(NULL, RTLD_GLOBAL).
/freebsd-10-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-10-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c181 # ifdef RTLD_GLOBAL
183 flags |= RTLD_GLOBAL;
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb.c307 #ifndef RTLD_GLOBAL
308 #define RTLD_GLOBAL 0 macro
311 dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
/freebsd-10-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c136 handle = dlopen(TMPFSMODULE, RTLD_GLOBAL);
/freebsd-10-stable/lib/libkiconv/
H A Dxlat16_iconv.c326 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
/freebsd-10-stable/usr.bin/kdump/
H A Dkdump.c1531 if (mode & RTLD_GLOBAL)
1532 printf(" | RTLD_GLOBAL");
1535 if (mode & ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE))
1537 ~(RTLD_MODEMASK | RTLD_GLOBAL | RTLD_TRACE));
/freebsd-10-stable/lib/libc/net/
H A Dnsdispatch.c383 handle = libc_dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c555 if ((libshare = dlopen(path, RTLD_LAZY | RTLD_GLOBAL)) != NULL) {
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp904 mode |= RTLD_GLOBAL;
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c190 static Objlist list_global = /* Objects dlopened with RTLD_GLOBAL */
3012 mode & (RTLD_MODEMASK | RTLD_GLOBAL), NULL));
3054 if (mode & RTLD_GLOBAL && objlist_find(&list_global, obj) == NULL)
3812 /* Search all DAGs whose roots are RTLD_GLOBAL objects. */
4352 /* Remove the object from the RTLD_GLOBAL list. */
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dmain.c2345 if ((m->handle = dlopen(m->path, RTLD_NOW|RTLD_GLOBAL)) == NULL) {
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 988 milliseconds