Home
last modified time | relevance | path

Searched refs:RTLD_PARENT (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libdll/common/
H A Ddllplug.c53 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) in dllplug()
H A DRELEASE13 03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults
/titanic_50/usr/src/head/
H A Ddlfcn.h148 #define RTLD_PARENT 0x00200 /* add parent (caller) to */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg29 @ MSG_RTLD_PARENT "RTLD_PARENT"
H A Ddl.c66 { RTLD_PARENT, MSG_RTLD_PARENT }, in conv_dl_mode()
/titanic_50/usr/src/lib/libdll/common/features/
H A Ddll133 #ifndef RTLD_PARENT
139 printf("#define RTLD_PARENT 0\n");
/titanic_50/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c168 if ((sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW | RTLD_PARENT)) == in fmd_scheme_lookup()
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c96 map->dldesc = dlopen(map->curpathname, RTLD_LAZY | RTLD_PARENT); in open_mapper_library()
H A Dgeneralop.c334 p->dldesc = dlopen(path, RTLD_LAZY | RTLD_PARENT); in InitializePlugin()
/titanic_50/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c97 RTLD_LOCAL | RTLD_LAZY | RTLD_PARENT); in get_engine()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c922 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); in update_mode()
2204 nmode |= RTLD_PARENT; in load_finish()
2270 if (nmode & RTLD_PARENT) in load_finish()
H A Ddlfcns.c706 if (mode & RTLD_PARENT) in dlmopen_core()
1000 if ((lml == (Lm_list *)LM_ID_NEWLM) && (mode & RTLD_PARENT)) { in dlmopen_check()
H A Drtld.msg47 RTLD_PARENT"
H A Delf.c914 mode |= RTLD_PARENT;
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c133 { MSG_ORIG(MSG_MODE_PARENT), RTLD_PARENT, RTLD_PARENT },