Searched refs:RTLD_PARENT (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllplug.c | 53 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) in dllplug()
|
H A D | RELEASE | 13 03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults
|
/titanic_50/usr/src/head/ |
H A D | dlfcn.h | 148 #define RTLD_PARENT 0x00200 /* add parent (caller) to */ macro
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.msg | 29 @ MSG_RTLD_PARENT "RTLD_PARENT"
|
H A D | dl.c | 66 { RTLD_PARENT, MSG_RTLD_PARENT }, in conv_dl_mode()
|
/titanic_50/usr/src/lib/libdll/common/features/ |
H A D | dll | 133 #ifndef RTLD_PARENT 139 printf("#define RTLD_PARENT 0\n");
|
/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/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/libkmf/libkmf/common/ |
H A D | mapping.c | 96 map->dldesc = dlopen(map->curpathname, RTLD_LAZY | RTLD_PARENT); in open_mapper_library()
|
H A D | generalop.c | 334 p->dldesc = dlopen(path, RTLD_LAZY | RTLD_PARENT); in InitializePlugin()
|
/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/cmd/sgs/rtld/common/ |
H A D | analyze.c | 922 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 D | dlfcns.c | 706 if (mode & RTLD_PARENT) in dlmopen_core() 1000 if ((lml == (Lm_list *)LM_ID_NEWLM) && (mode & RTLD_PARENT)) { in dlmopen_check()
|
H A D | rtld.msg | 47 RTLD_PARENT"
|
H A D | elf.c | 914 mode |= RTLD_PARENT;
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 133 { MSG_ORIG(MSG_MODE_PARENT), RTLD_PARENT, RTLD_PARENT },
|