Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c324 if (caplist->cl_exc) { in set_capstr()
325 (void) free(caplist->cl_exc); in set_capstr()
326 caplist->cl_exc = NULL; in set_capstr()
370 for (APLIST_TRAVERSE(caplist->cl_exc, idx2, ostr)) { in set_capstr()
372 aplist_delete(caplist->cl_exc, &idx2); in set_capstr()
401 for (APLIST_TRAVERSE(caplist->cl_exc, idx2, ostr)) { in set_capstr()
407 if ((found == 0) && (aplist_append(&caplist->cl_exc, in set_capstr()
H A Dsections.c1544 for (APLIST_TRAVERSE(caplist->cl_exc, idx1, estr)) { in capstr_value()
1567 for (APLIST_TRAVERSE(caplist->cl_exc, idx1, estr)) { in capstr_value()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h197 APlist *cl_exc; /* strings to exclude from final */ member