Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c330 if (caplist->cl_exc) { in set_capstr()
331 (void) free(caplist->cl_exc); in set_capstr()
332 caplist->cl_exc = NULL; in set_capstr()
376 for (APLIST_TRAVERSE(caplist->cl_exc, idx2, ostr)) { in set_capstr()
378 aplist_delete(caplist->cl_exc, &idx2); in set_capstr()
407 for (APLIST_TRAVERSE(caplist->cl_exc, idx2, ostr)) { in set_capstr()
413 if ((found == 0) && (aplist_append(&caplist->cl_exc, in set_capstr()
H A Dsections.c1562 for (APLIST_TRAVERSE(caplist->cl_exc, idx1, estr)) { in capstr_value()
1585 for (APLIST_TRAVERSE(caplist->cl_exc, idx1, estr)) { in capstr_value()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h198 APlist *cl_exc; /* strings to exclude from final */ member