/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose2.ksh | 110 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 117 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 122 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
|
H A D | tst.dlclose1.ksh | 114 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
|
H A D | tst.dlclose3.ksh | 120 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmd.h | 120 if (dll = dlopen(NiL, RTLD_LAZY)) in main() 127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) in main()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.c | 86 } else if ((mode & RTLD_LAZY) || fabricate) { in conv_dl_mode() 96 conv_arg.rflags = mode & ~(RTLD_LAZY | RTLD_NOW | RTLD_GLOBAL); in conv_dl_mode()
|
H A D | demangle.c | 81 if (!(hdl = dlopen(MSG_ORIG(MSG_DEM_LIB), RTLD_LAZY)) || in conv_demangle_name()
|
H A D | dl.msg | 25 @ MSG_RTLD_LAZY "RTLD_LAZY"
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dll_lib.c | 138 …RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)) && (streq(names->name, n… in dll_lib()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | getuid.c | 52 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nss_deffinder.c | 73 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) { in SO_per_src_lookup()
|
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | psm.c | 56 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP); in psm_open()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/ |
H A D | dll | 102 #ifndef RTLD_LAZY 105 printf("#define RTLD_LAZY 1\n"); 150 if (!(dll = dlopen(0, RTLD_LAZY)))
|
/illumos-gate/usr/src/cmd/lofiadm/ |
H A D | utils.c | 124 lib_hdl = dlopen(lib, RTLD_LAZY); in openlib()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.provregex2.ksh | 85 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
|
H A D | tst.provregex4.ksh | 108 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | uadmin.c | 57 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf()
|
/illumos-gate/usr/src/head/ |
H A D | dlfcn.h | 141 #define RTLD_LAZY 0x00001 /* deferred function binding */ macro
|
/illumos-gate/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 122 (RTLD_FIRST | RTLD_CONFGEN | RTLD_LAZY))) == 0) { in openlib()
|
/illumos-gate/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_mt.c | 115 dlopen(NSS_DNS_LIBRESOLV, RTLD_LAZY|RTLD_GLOBAL)) != 0) { in _nss_dns_init()
|
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc_proc.c | 164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) { in gss_OID_load()
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | uadmin.c | 73 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf()
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | uadmin.c | 72 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf()
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | wdresolve.c | 85 if ((modhandle = dlopen(wdmodpath, RTLD_LAZY)) != NULL) { in _wdinitialize()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | zone.c | 145 void *dlhandle = dlopen("libzonecfg.so.1", RTLD_LAZY); in zone_get_id()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.c | 98 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) { in mdb_tdb_load()
|