Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c973 (void) remove_hdl(ghp, clmp, NULL); in remove_lmc()
1020 remove_hdl(Grp_hdl *ghp, Rt_map *clmp, int *removed) in remove_hdl() function
1570 if (((_error = remove_hdl(ghp, clmp, &_remove)) != 0) && in remove_hdl()
H A D_rtld.h756 extern int remove_hdl(Grp_hdl *, Rt_map *, int *);
H A Ddlfcns.c516 error = remove_hdl(ghp, clmp, NULL); in dlclose_core()