/titanic_50/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.dlclose3.ksh | 120 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) {
|
/titanic_50/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | psm.c | 58 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP); in psm_open()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_rtld.c | 73 if ((dlp = dlopen(mod->tm_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rtld.c | 51 if ((dlp = dlopen(mp->mod_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()
|
H A D | fmd_scheme.c | 397 sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW); in fmd_scheme_hash_lookup()
|
/titanic_50/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))
|
/titanic_50/usr/src/head/ |
H A D | dlfcn.h | 146 #define RTLD_LOCAL 0x00000 /* symbols are only available */ macro
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.msg | 28 @ MSG_RTLD_LOCAL "RTLD_LOCAL"
|
/titanic_50/usr/src/lib/libdll/common/features/ |
H A D | dll | 125 #ifndef RTLD_LOCAL 131 printf("#define RTLD_LOCAL 0\n");
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.c | 100 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) { in mdb_tdb_load()
|
H A D | mdb_demangle.c | 55 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) { in mdb_dem_load()
|
H A D | mdb_module.c | 105 int dlmode = (mode & MDB_MOD_GLOBAL) ? RTLD_GLOBAL : RTLD_LOCAL; in mdb_module_create()
|
/titanic_50/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | scheme.c | 168 if ((sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW | RTLD_PARENT)) == in fmd_scheme_lookup()
|
/titanic_50/usr/src/cmd/fm/fmdump/common/ |
H A D | scheme.c | 165 if ((sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in fmd_scheme_lookup()
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_main.c | 83 if ((mod_plp = dlopen(plname, RTLD_LOCAL | RTLD_NOW)) == NULL) { in mod_init()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | plugins.c | 107 #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()
|
/titanic_50/usr/src/lib/scsi/libsmp/common/ |
H A D | smp_plugin.c | 216 if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL) in smp_plugin_loadone()
|
H A D | smp_engine.c | 117 if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL) in smp_engine_loadone()
|
/titanic_50/usr/src/lib/scsi/libses/common/ |
H A D | ses_plugin.c | 229 if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL) in ses_plugin_loadone()
|
/titanic_50/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_engine.c | 97 RTLD_LOCAL | RTLD_LAZY | RTLD_PARENT); in get_engine()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 709 interposer_hdl = dlopen(SMB_LIB_ALT, RTLD_NOW | RTLD_LOCAL); in smb_dlopen()
|
/titanic_50/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 106 if ((Dlp = dlopen(propstr, RTLD_LOCAL | RTLD_NOW)) == NULL) { in exs_filter_init()
|