Home
last modified time | relevance | path

Searched refs:lm_delete (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h722 extern void lm_delete(Lm_list *, Rt_map *, Rt_map *);
H A Dremove.c223 lm_delete(lml, lmp, clmp); in remove_so()
H A Dutil.c1176 lm_delete(Lm_list *lml, Rt_map *lmp, Rt_map *clmp) in lm_delete() function