Searched refs:RTLD_LOCAL (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/contrib/netbsd-tests/lib/csu/
H A Dh_initfini3.cxx15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL);
/freebsd-10.3-release/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-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh111 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
118 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose1.ksh115 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose3.ksh121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_dlopen.c93 handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL);
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
H A Dtst.provregex4.ksh109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/freebsd-10.3-release/include/
H A Ddlfcn.h44 #define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default. */ macro
/freebsd-10.3-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c299 #ifndef RTLD_LOCAL
300 #define RTLD_LOCAL 0 macro
307 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dplugin.c111 #ifndef RTLD_LOCAL
112 #define RTLD_LOCAL 0 macro
116 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
482 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
H A Dacache.c121 #ifndef RTLD_LOCAL
122 #define RTLD_LOCAL 0 macro
129 cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL);
134 cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL);
/freebsd-10.3-release/lib/libgssapi/
H A Dgss_mech_switch.c224 so = dlopen(lib, RTLD_LOCAL);
/freebsd-10.3-release/sys/boot/userboot/test/
H A Dtest.c442 RTLD_LOCAL);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c99 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL)
/freebsd-10.3-release/lib/libc/net/
H A Dnsdispatch.c496 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
/freebsd-10.3-release/usr.sbin/bhyveload/
H A Dbhyveload.c745 h = dlopen(loader, RTLD_LOCAL);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp902 mode |= RTLD_LOCAL;
/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld.c2030 RTLD_LOCAL, lockstate);

Completed in 131 milliseconds