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

/freebsd-10.1-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.1-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.1-release/include/
H A Ddlfcn.h44 #define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default. */ macro
/freebsd-10.1-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.1-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.1-release/lib/libgssapi/
H A Dgss_mech_switch.c224 so = dlopen(lib, RTLD_LOCAL);
/freebsd-10.1-release/sys/boot/userboot/test/
H A Dtest.c442 RTLD_LOCAL);
/freebsd-10.1-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.1-release/usr.sbin/bhyveload/
H A Dbhyveload.c731 h = dlopen("/boot/userboot.so", RTLD_LOCAL);
/freebsd-10.1-release/lib/libc/net/
H A Dnsdispatch.c493 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp902 mode |= RTLD_LOCAL;
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.c1941 RTLD_LOCAL, lockstate);

Completed in 111 milliseconds