Home
last modified time | relevance | path

Searched refs:RTLD_GLOBAL (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_utils.c437 libptr = dlopen(ZONECFG_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
440 libptr = dlopen(ZONECFG1_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
457 libptr = dlopen(CONTRACT_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
461 libptr = dlopen(CONTRACT1_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_zones_are_implemented()
488 libptr = dlopen(BRAND_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_brands_are_implemented()
491 libptr = dlopen(BRAND1_LIBRARY, RTLD_NOW|RTLD_GLOBAL); in _z_brands_are_implemented()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.c89 if (mode & RTLD_GLOBAL) { in conv_dl_mode()
96 conv_arg.rflags = mode & ~(RTLD_LAZY | RTLD_NOW | RTLD_GLOBAL); in conv_dl_mode()
H A Ddl.msg27 @ MSG_RTLD_GLOBAL "RTLD_GLOBAL"
/illumos-gate/usr/src/cmd/zonename/
H A Dzonename.c91 if (dlopen("libzonecfg.so.1", RTLD_NOW | RTLD_GLOBAL) != NULL && in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllplug.c55 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) in dllplugin()
H A DRELEASE23 03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults
/illumos-gate/usr/src/head/
H A Ddlfcn.h145 #define RTLD_GLOBAL 0x00100 /* export symbols to others */ macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c266 if ((MODE(lmp) & (RTLD_GLOBAL | RTLD_NODELETE)) == in Dbg_file_hdl_action()
267 (RTLD_GLOBAL | RTLD_NODELETE)) in Dbg_file_hdl_action()
269 else if (MODE(lmp) & RTLD_GLOBAL) in Dbg_file_hdl_action()
/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/contrib/ast/src/lib/libdll/features/
H A Ddll117 #ifndef RTLD_GLOBAL
123 printf("#define RTLD_GLOBAL 0\n");
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c73 (RTLD_LAZY | RTLD_GLOBAL | RTLD_CONFGEN))) == NULL) { in load()
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/
H A Dlibpython.c377 if ((pydb_dlhdl = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL) in python_object_iter()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c741 if ((libjvm = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL) in jvm_object_iter()
836 if ((libpython = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL) in python_object_iter()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c443 MODE(rlmp) |= (RTLD_LAZY | RTLD_NODELETE | RTLD_GLOBAL | RTLD_WORLD); in setup()
807 MODE(mlmp) |= (RTLD_NODELETE | RTLD_GLOBAL | RTLD_WORLD); in setup()
H A Ddlfcns.c727 if (((MODE(nlmp) & RTLD_GLOBAL) == 0) || in dlmopen_core()
1105 if (!(MODE(nlmp) & RTLD_GLOBAL)) in dlsym_handle()
1136 if (!(MODE(nlmp) & RTLD_GLOBAL) || !LAZY(nlmp)) in dlsym_handle()
H A Daudit.c1426 (RTLD_FIRST | RTLD_GLOBAL | RTLD_WORLD), clmp, in audit_setup()
H A Danalyze.c938 (RTLD_GLOBAL | RTLD_WORLD | RTLD_NODELETE)); in update_mode()
H A Delf.c881 mode &= ~RTLD_GLOBAL;
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.c477 dlh = dlopen(path, RTLD_LAZY | RTLD_GLOBAL); in do_plugin()
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c688 RTLD_NOW | RTLD_GLOBAL)) == NULL) in v12n_libds_init()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module.c105 int dlmode = (mode & MDB_MOD_GLOBAL) ? RTLD_GLOBAL : RTLD_LOCAL; in mdb_module_create()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c132 { MSG_ORIG(MSG_MODE_GLOBAL), RTLD_GLOBAL, RTLD_GLOBAL },
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c656 if ((libshare = dlopen(path, RTLD_LAZY | RTLD_GLOBAL)) != NULL) { in _zfs_init_libshare()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1983 handle = dlopen(arg, RTLD_GLOBAL | RTLD_NOW);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c569 tp->hdl = dlopen(library, RTLD_NOW | RTLD_GLOBAL); in load_policy()

12