Searched refs:lmalp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 550 is_deletable(APlist **lmalp, APlist **ghalp, Rt_map *lmp) in is_deletable() argument 594 if (aplist_test(lmalp, bdp->b_caller, 0) != ALE_EXISTS) in is_deletable() 701 remove_rescan(APlist *lmalp, APlist *ghalp, int *delcnt) in remove_rescan() argument 707 for (APLIST_TRAVERSE(lmalp, idx1, lmp)) { in remove_rescan() 789 remove_collect(APlist *ghalp, APlist *lmalp) in remove_collect() argument 793 if (lmalp) in remove_collect() 794 free(lmalp); in remove_collect() 1025 APlist *lmalp = NULL, *ghalp = NULL; in remove_hdl() local 1037 if (gdp_collect(&ghalp, &lmalp, ghp) == 0) { in remove_hdl() 1038 remove_collect(ghalp, lmalp); in remove_hdl() [all …]
|
H A D | analyze.c | 2327 APlist *lmalp = NULL; in load_finish() local 2367 if (aplist_append(&lmalp, nlmp, AL_CNT_DEPCLCT) == NULL) in load_finish() 2370 for (APLIST_TRAVERSE(lmalp, idx2, dlmp1)) { in load_finish() 2385 if (aplist_test(&lmalp, dlmp2, in load_finish() 2387 free(lmalp); in load_finish() 2397 free(lmalp); in load_finish() 2404 free(lmalp); in load_finish()
|