Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dremove.c585 if (aplist_test(ghalp, ghp, 0) != ALE_EXISTS) in is_deletable()
594 if (aplist_test(lmalp, bdp->b_caller, 0) != ALE_EXISTS) in is_deletable()
644 if (action == ALE_EXISTS) in gdp_collect()
759 ALE_EXISTS) in remove_rescan()
1090 if (aplist_test(&lmalp, lmp, 0) == ALE_EXISTS) in remove_hdl()
1388 if (aplist_test(&ghalp, ghp, 0) == ALE_EXISTS) { in remove_hdl()
H A Danalyze.c2350 if (ale == ALE_EXISTS) in load_finish()
3305 found = ALE_EXISTS; in bind_one()
H A Ddlfcns.c140 ale = ALE_EXISTS; in hdl_add()
/titanic_50/usr/src/cmd/sgs/include/
H A Dalist.h233 ALE_EXISTS = 1, /* alist entry already exists */ enumerator
/titanic_50/usr/src/cmd/sgs/tools/common/
H A Dalist.c430 return (ALE_EXISTS); in aplist_test()