Searched refs:hdl_alp (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 819 (void) aplist_delete_value(hdl_alp[ndx], ghp); in free_hdl() 1418 if ((removed == 0) && aplist_nitems(hdl_alp[HDLIST_ORP])) in remove_hdl() 1439 (void) aplist_delete_value(hdl_alp[ndx], ghp); 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 | globals.c | 117 APlist *hdl_alp[HDLIST_SZ+2]; /* dlopen() handle list */ variable
|
H A D | dlfcns.c | 259 if (aplist_append(&hdl_alp[ndx], ghp, AL_CNT_HANDLES) == NULL) { in hdl_create() 324 (void) aplist_delete_value(hdl_alp[HDLIST_ORP], ghp); in hdl_create() 325 (void) aplist_append(&hdl_alp[ndx], ghp, in hdl_create() 446 for (APLIST_TRAVERSE(hdl_alp[ndx], idx, lghp)) { in hdl_validate()
|
H A D | _rtld.h | 562 extern APlist *hdl_alp[]; /* dlopen() handle list */
|