Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dsections.c1443 oalp = ocapset->oc_plat.cl_val; in is_cap_redundant()
1444 salp = scapset->oc_plat.cl_val; in is_cap_redundant()
1464 oalp = ocapset->oc_plat.cl_val; in is_cap_redundant()
1465 salp = scapset->oc_plat.cl_val; in is_cap_redundant()
1545 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) { in capstr_value()
1562 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) { in capstr_value()
1568 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) { in capstr_value()
1572 alist_delete(caplist->cl_val, &idx2); in capstr_value()
1578 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) { in capstr_value()
1651 size += alist_nitems(ocapset->oc_plat.cl_val); in make_cap()
[all …]
H A Dfiles.c435 for (ALIST_TRAVERSE(list->cl_val, idx, capstr)) { in str_cap()
445 if ((capstr = alist_append(&list->cl_val, NULL, in str_cap()
454 for (ALIST_TRAVERSE(list->cl_val, idx, capstr)) { in str_cap()
520 if (scapset->oc_plat.cl_val) { in ld_cap_move_symtoobj()
521 for (ALIST_TRAVERSE(scapset->oc_plat.cl_val, idx2, in ld_cap_move_symtoobj()
527 if (scapset->oc_mach.cl_val) { in ld_cap_move_symtoobj()
528 for (ALIST_TRAVERSE(scapset->oc_mach.cl_val, idx2, in ld_cap_move_symtoobj()
587 calp = cgp->cg_set.oc_plat.cl_val; in get_cap_group()
588 oalp = ocapset->oc_plat.cl_val; in get_cap_group()
594 calp = cgp->cg_set.oc_mach.cl_val; in get_cap_group()
[all …]
H A Dmap_v2.c308 if ((caplist->cl_val == NULL) || (alist_nitems(caplist->cl_val) == 0)) { in set_capstr()
312 for (ALIST_TRAVERSE(caplist->cl_val, idx1, capstr)) { in set_capstr()
320 if (caplist->cl_val) { in set_capstr()
321 (void) free(caplist->cl_val); in set_capstr()
322 caplist->cl_val = NULL; in set_capstr()
330 if ((capstr = alist_append(&caplist->cl_val, in set_capstr()
354 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) { in set_capstr()
361 (Capstr *)alist_append(&caplist->cl_val, NULL, in set_capstr()
390 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) { in set_capstr()
392 alist_delete(caplist->cl_val, &idx2); in set_capstr()
[all …]
H A Dupdate.c3320 for (ALIST_TRAVERSE(ofl->ofl_ocapset.oc_plat.cl_val, idx1, capstr)) { in update_oscap()
3324 for (ALIST_TRAVERSE(ofl->ofl_ocapset.oc_mach.cl_val, idx1, capstr)) { in update_oscap()
3346 for (ALIST_TRAVERSE(ocapset->oc_plat.cl_val, idx2, in update_oscap()
3352 for (ALIST_TRAVERSE(ocapset->oc_mach.cl_val, idx2, in update_oscap()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dobject.c275 (((oalp = ofl->ofl_ocapset.oc_plat.cl_val) != NULL) && in elf_obj_fini()
277 (((oalp = ofl->ofl_ocapset.oc_mach.cl_val) != NULL) && in elf_obj_fini()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h196 Alist *cl_val; /* string (Capstr) value */ member