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) function 284 if (hdl_add(ghp, rlmp, rdflags, NULL) == NULL) 368 if (clmp && (hdl_add(ghp, clmp, cdflags, NULL) == NULL)) 422 if (hdl_add(ghp, dlmp,
|
H A D | _rtld.h | 715 extern Grp_desc *hdl_add(Grp_hdl *, Rt_map *, uint_t, int *);
|
H A D | cap.c | 745 (hdl_add(ghp, flmp, GPD_FILTER, NULL) == NULL))
|
H A D | analyze.c | 2343 if ((gdp = hdl_add(ghp, nlmp, rdflags, &ale)) == NULL) 2396 hdl_add(ghp, dlmp1, rdflags, &ale)) == NULL) {
|
H A D | elf.c | 1134 if (nlmp && ghp && (hdl_add(ghp, ilmp,
|
Completed in 99 milliseconds