Searched refs:remove_lmc (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 743 remove_lmc(lml, flmp, nlmco, NAME(nlmp)); in cap_filtees() 810 remove_lmc(lml, flmp, nlmco, pdp->pd_pname); in cap_filtees()
|
H A D | _rtld.h | 757 extern void remove_lmc(Lm_list *, Rt_map *, Aliste, const char *);
|
H A D | remove.c | 850 remove_lmc(Lm_list *lml, Rt_map *clmp, Aliste lmco, const char *name) in remove_lmc() function
|
H A D | elf.c | 434 remove_lmc(lml, clmp, lmco, name); in elf_lazy_load() 1128 remove_lmc(lml, clmp, lmco, name);
|
H A D | dlfcns.c | 810 remove_lmc(lml, clmp, olmco, path); in dlmopen_core()
|
H A D | analyze.c | 533 remove_lmc(lml, clmp, nlmco, NAME(nlmp)); in relocate_lmc()
|