Home
last modified time | relevance | path

Searched refs:gh_ownlmp (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c279 ghp->gh_ownlmp = lml->lm_head; in hdl_create()
282 ghp->gh_ownlmp = rlmp; in hdl_create()
477 DBG_CALL(Dbg_dl_dlclose(clmp, NAME(ghp->gh_ownlmp), in dlclose_core()
505 if (((lmp = ghp->gh_ownlmp) != NULL) && in dlclose_core()
939 dlmp = ghp->gh_ownlmp; in dlmopen_intn()
1066 Rt_map *nlmp, * lmp = ghp->gh_ownlmp; in dlsym_handle()
1373 NAME(ghp->gh_ownlmp), DBG_DLSYM_DEF)); in dlsym_core()
1435 if (ghp->gh_ownlmp) in dlsym_intn()
1436 llmp = LIST(ghp->gh_ownlmp)->lm_tail; in dlsym_intn()
1810 lmp = ghp->gh_ownlmp; in dlinfo_core()
H A Dremove.c811 if (ghp->gh_ownlmp == lmp) in free_hdl()
1234 if ((ghp->gh_ownlmp == NULL) || in remove_hdl()
1235 (FLAGS(ghp->gh_ownlmp) & FLG_RT_DELETE)) in remove_hdl()
1251 if ((lmp == ghp->gh_ownlmp) && in remove_hdl()
1461 if (ghp->gh_ownlmp == lmp) { in remove_hdl()
1463 ghp->gh_ownlmp = NULL; in remove_hdl()
H A Dobject.c388 ghp->gh_ownlmp = nlmp; in elf_obj_fini()
H A Daudit.c1431 lmp = ghp->gh_ownlmp; in audit_setup()
H A Delf.c1206 if (FLAGS1(ghp->gh_ownlmp) & FL1_RT_ENDFILTE)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c193 if (ghp->gh_ownlmp) in Dbg_file_hdl_collect()
194 str = NAME(ghp->gh_ownlmp); in Dbg_file_hdl_collect()
241 if (ghp->gh_ownlmp) in Dbg_file_hdl_action()
242 name = NAME(ghp->gh_ownlmp); in Dbg_file_hdl_action()
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c78 lmp = ghp->gh_ownlmp; in load()
177 FLAGS1(ghp->gh_ownlmp) |= FL1_RT_CONFSET; in scanconfig()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h532 Rt_map *gh_ownlmp; /* handle owners link-map */ member
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1082 if (gh.gh_ownlmp) { in dcmd_GrpHdl()
1083 if ((str = Rtmap_Name((uintptr_t)gh.gh_ownlmp)) == 0) in dcmd_GrpHdl()