Home
last modified time | relevance | path

Searched refs:RTLD_LOCAL (Results 1 – 25 of 28) sorted by relevance

12

/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/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/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c71 if ((dlp = dlopen(mod->tm_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()
/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/cmd/fm/fmd/common/
H A Dfmd_rtld.c49 if ((dlp = dlopen(mp->mod_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()
H A Dfmd_scheme.c414 sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW); in fmd_scheme_hash_lookup()
/illumos-gate/usr/src/head/
H A Ddlfcn.h146 #define RTLD_LOCAL 0x00000 /* symbols are only available */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg28 @ MSG_RTLD_LOCAL "RTLD_LOCAL"
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll125 #ifndef RTLD_LOCAL
131 printf("#define RTLD_LOCAL 0\n");
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c107 #define PLUGIN_DLOPEN_FLAGS (RTLD_NOW | RTLD_LOCAL | RTLD_GROUP) in krb5int_open_plugin()
109 #define PLUGIN_DLOPEN_FLAGS (RTLD_NOW | RTLD_LOCAL) in krb5int_open_plugin()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c168 if ((sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in fmd_scheme_lookup()
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c172 if ((sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW | RTLD_PARENT)) == in fmd_scheme_lookup()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_plugin.c169 dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW); in libvarpd_plugin_load_cb()
/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()
H A Dmdb_module.c105 int dlmode = (mode & MDB_MOD_GLOBAL) ? RTLD_GLOBAL : RTLD_LOCAL; in mdb_module_create()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_main.c83 if ((mod_plp = dlopen(plname, RTLD_LOCAL | RTLD_NOW)) == NULL) { in mod_init()
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c216 if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL) in smp_plugin_loadone()
H A Dsmp_engine.c117 if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL) in smp_engine_loadone()
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c229 if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL) in ses_plugin_loadone()
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c97 RTLD_LOCAL | RTLD_LAZY | RTLD_PARENT); in get_engine()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c737 interposer_hdl = dlopen(SMB_LIB_ALT, RTLD_NOW | RTLD_LOCAL); in smb_dlopen()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c310 RTLD_LAZY | RTLD_LOCAL); in _rd_reset32()

12