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

/freebsd-9.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-9.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-9.3-release/include/
H A Ddlfcn.h44 #define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default. */ macro
/freebsd-9.3-release/lib/libgssapi/
H A Dgss_mech_switch.c224 so = dlopen(lib, RTLD_LOCAL);
/freebsd-9.3-release/sys/boot/userboot/test/
H A Dtest.c428 RTLD_LOCAL);
/freebsd-9.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-9.3-release/lib/libc/net/
H A Dnsdispatch.c500 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c1943 RTLD_LOCAL, lockstate);

Completed in 123 milliseconds