Searched refs:remove_hdl (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 973 (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.h | 756 extern int remove_hdl(Grp_hdl *, Rt_map *, int *);
|
H A D | dlfcns.c | 516 error = remove_hdl(ghp, clmp, NULL); in dlclose_core()
|