HomeSort by relevance Sort by last modified time
    Searched refs:RTLD_LAZY (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
dlfcn.h 39 #define RTLD_LAZY 1 /* deferred binding of procedures */
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
getuid.c 54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) ||
  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
demangle.c 85 if (!(hdl = dlopen(MSG_ORIG(MSG_DEM_LIB), RTLD_LAZY)) ||
dl.c 87 } else if ((mode & RTLD_LAZY) || fabricate) {
97 conv_arg.rflags = mode & ~(RTLD_LAZY | RTLD_NOW | RTLD_GLOBAL);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
dl_dlopen.xs 11 * 10th August 1994 - Tim Bunce: Added RTLD_LAZY, switchable debugging,
39 RTLD_LAZY (==2) on Solaris 2.
130 #ifndef RTLD_LAZY
131 # define RTLD_LAZY 1 /* Solaris 1 */
163 int mode = RTLD_LAZY;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
tst.dlclose2.ksh 111 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) {
tst.dlclose1.ksh 115 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
tst.dlclose3.ksh 121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
cmd.h 122 if (dll = dlopen(NiL, RTLD_LAZY))
129 if (dll = dllfind("cmd", NiL, RTLD_LAZY))
  /onnv/onnv-gate/usr/src/cmd/dis/
dis_util.c 119 demangle_hand = dlopen("libdemangle.so.1", RTLD_LAZY);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
nss_deffinder.c 76 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) {
  /onnv/onnv-gate/usr/src/lib/print/libpapi-dynamic/common/
psm.c 58 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP);
  /onnv/onnv-gate/usr/src/lib/libipsecutil/common/
ipsec_libssl_setup.c 121 dldesc = dlopen(LIBSSL, RTLD_LAZY);
191 dldesc = dlopen(LIBCRYPTO, RTLD_LAZY);
  /onnv/onnv-gate/usr/src/lib/libcmd/amd64/include/ast/
cmd.h 131 if (dll = dlopen(NiL, RTLD_LAZY))
138 if (dll = dllfind("cmd", NiL, RTLD_LAZY))
  /onnv/onnv-gate/usr/src/lib/libcmd/i386/include/ast/
cmd.h 131 if (dll = dlopen(NiL, RTLD_LAZY))
138 if (dll = dllfind("cmd", NiL, RTLD_LAZY))
  /onnv/onnv-gate/usr/src/lib/libcmd/sparc/include/ast/
cmd.h 131 if (dll = dlopen(NiL, RTLD_LAZY))
138 if (dll = dllfind("cmd", NiL, RTLD_LAZY))
  /onnv/onnv-gate/usr/src/lib/libcmd/sparcv9/include/ast/
cmd.h 131 if (dll = dlopen(NiL, RTLD_LAZY))
138 if (dll = dllfind("cmd", NiL, RTLD_LAZY))
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
tst.provregex2.ksh 86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
tst.provregex4.ksh 109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
  /onnv/onnv-gate/usr/src/cmd/lofiadm/
utils.c 124 lib_hdl = dlopen(lib, RTLD_LAZY);
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
sdssc_bind.c 151 if ((dp = dlopen(SDSSC_PATH, RTLD_LAZY)) == NULL) {
  /onnv/onnv-gate/usr/src/lib/nsswitch/dns/common/
dns_mt.c 117 dlopen(NSS_DNS_LIBRESOLV, RTLD_LAZY|RTLD_GLOBAL)) != 0) {
  /onnv/onnv-gate/usr/src/head/
dlfcn.h 160 #define RTLD_LAZY 0x00001 /* deferred function binding */
  /onnv/onnv-gate/usr/src/lib/libc/sparc/sys/
uadmin.c 57 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY);
  /onnv/onnv-gate/usr/src/cmd/sgs/moe/common/
moe.c 122 (RTLD_FIRST | RTLD_CONFGEN | RTLD_LAZY))) == 0) {

Completed in 680 milliseconds

1 2 3 4 5