RTLD_PARENT
{ RTLD_PARENT, MSG_RTLD_PARENT },
nmode |= RTLD_PARENT;
if (nmode & RTLD_PARENT)
MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST);
if ((lml == (Lm_list *)LM_ID_NEWLM) && (mode & RTLD_PARENT)) {
if (mode & RTLD_PARENT)
mode |= RTLD_PARENT;
{ MSG_ORIG(MSG_MODE_PARENT), RTLD_PARENT, RTLD_PARENT },
if ((sp->sch_dlp = dlopen(path, RTLD_LOCAL | RTLD_NOW | RTLD_PARENT)) ==
p->dldesc = dlopen(path, RTLD_LAZY | RTLD_PARENT);
map->dldesc = dlopen(map->curpathname, RTLD_LAZY | RTLD_PARENT);
RTLD_LOCAL | RTLD_LAZY | RTLD_PARENT);
if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL)
if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL)
if ((obj = dlopen(path, RTLD_PARENT | RTLD_LOCAL | RTLD_LAZY)) == NULL)