Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dremove.c701 remove_rescan(APlist *lmalp, APlist *ghalp, int *delcnt) in remove_rescan() argument
725 if (--(*delcnt) == 0) in remove_rescan()
768 if (--(*delcnt) == 0) in remove_rescan()
1024 int delcnt = 0, rmcnt = 0, error = 0, orphans; in remove_hdl() local
1142 delcnt++; in remove_hdl()
1151 rescan = remove_rescan(lmalp, ghalp, &delcnt); in remove_hdl()
1259 delcnt--; in remove_hdl()
1323 if (delcnt) { in remove_hdl()
1338 if (((tobj = tsort(lml->lm_head, delcnt, in remove_hdl()