Searched refs:hdl_add (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 128 hdl_add(Grp_hdl *ghp, Rt_map *lmp, uint_t dflags, int *alep) in hdl_add() function 285 if (hdl_add(ghp, rlmp, rdflags, NULL) == NULL) in hdl_create() 369 if (clmp && (hdl_add(ghp, clmp, cdflags, NULL) == NULL)) in hdl_create() 423 if (hdl_add(ghp, dlmp, in hdl_initialize()
|
H A D | _rtld.h | 708 extern Grp_desc *hdl_add(Grp_hdl *, Rt_map *, uint_t, int *);
|
H A D | analyze.c | 2333 if ((gdp = hdl_add(ghp, nlmp, rdflags, &ale)) == NULL) in load_finish() 2386 hdl_add(ghp, dlmp1, rdflags, &ale)) == NULL) { in load_finish()
|
H A D | cap.c | 786 (hdl_add(ghp, flmp, GPD_FILTER, NULL) == NULL)) in cap_filtees()
|
H A D | elf.c | 1108 if (nlmp && ghp && (hdl_add(ghp, ilmp,
|