Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c1418 if ((removed == 0) && aplist_nitems(hdl_alp[HDLIST_ORP])) in remove_hdl()
1505 (void) aplist_append(&hdl_alp[HDLIST_ORP], ghp, in remove_hdl()
1555 alp = hdl_alp[HDLIST_ORP]; in remove_hdl()
1556 hdl_alp[HDLIST_ORP] = NULL; in remove_hdl()
1586 } while (rescan && aplist_nitems(hdl_alp[HDLIST_ORP])); in remove_hdl()
H A D_rtld.h438 #define HDLIST_ORP 102 /* orphan handle list */ macro
H A Ddlfcns.c325 (void) aplist_delete_value(hdl_alp[HDLIST_ORP], ghp); in hdl_create()