Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 100) sorted by relevance

1234

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh110 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 Dtst.dlclose1.ksh114 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose3.ksh120 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmd.h120 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 Ddl.c86 } 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 Ddemangle.c81 if (!(hdl = dlopen(MSG_ORIG(MSG_DEM_LIB), RTLD_LAZY)) || in conv_demangle_name()
H A Ddl.msg25 @ MSG_RTLD_LAZY "RTLD_LAZY"
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddll_lib.c138RTLD_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 Dgetuid.c52 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_deffinder.c73 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) { in SO_per_src_lookup()
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c56 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 Ddll102 #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 Dutils.c124 lib_hdl = dlopen(lib, RTLD_LAZY); in openlib()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh85 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
H A Dtst.provregex4.ksh108 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duadmin.c57 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf()
/illumos-gate/usr/src/head/
H A Ddlfcn.h141 #define RTLD_LAZY 0x00001 /* deferred function binding */ macro
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c122 (RTLD_FIRST | RTLD_CONFGEN | RTLD_LAZY))) == 0) { in openlib()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_mt.c115 dlopen(NSS_DNS_LIBRESOLV, RTLD_LAZY|RTLD_GLOBAL)) != 0) { in _nss_dns_init()
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c73 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c72 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY); in load_scf()
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) { in gss_OID_load()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c85 if ((modhandle = dlopen(wdmodpath, RTLD_LAZY)) != NULL) { in _wdinitialize()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c145 void *dlhandle = dlopen("libzonecfg.so.1", RTLD_LAZY); in zone_get_id()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c98 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) { in mdb_tdb_load()

1234