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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c434 for (ALIST_TRAVERSE(list->cl_val, idx, capstr)) {
444 if ((capstr = alist_append(&list->cl_val, NULL,
453 for (ALIST_TRAVERSE(list->cl_val, idx, capstr)) {
519 if (scapset->oc_plat.cl_val) {
520 for (ALIST_TRAVERSE(scapset->oc_plat.cl_val, idx2,
526 if (scapset->oc_mach.cl_val) {
527 for (ALIST_TRAVERSE(scapset->oc_mach.cl_val, idx2,
586 calp = cgp->cg_set.oc_plat.cl_val;
587 oalp = ocapset->oc_plat.cl_val;
593 calp = cgp->cg_set.oc_mach.cl_val;
[all...]
H A Dsections.c1436 oalp = ocapset->oc_plat.cl_val;
1437 salp = scapset->oc_plat.cl_val;
1457 oalp = ocapset->oc_plat.cl_val;
1458 salp = scapset->oc_plat.cl_val;
1538 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1555 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1561 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1565 alist_delete(caplist->cl_val, &idx2);
1571 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
1644 size += alist_nitems(ocapset->oc_plat.cl_val);
[all...]
H A Dmap_v2.c308 if ((caplist->cl_val == NULL) || (alist_nitems(caplist->cl_val) == 0)) {
312 for (ALIST_TRAVERSE(caplist->cl_val, idx1, capstr)) {
320 if (caplist->cl_val) {
321 (void) free(caplist->cl_val);
322 caplist->cl_val = NULL;
330 if ((capstr = alist_append(&caplist->cl_val,
354 for (ALIST_TRAVERSE(caplist->cl_val, idx2, capstr)) {
361 (Capstr *)alist_append(&caplist->cl_val, NULL,
390 for (ALIST_TRAVERSE(caplist->cl_val, idx
[all...]
H A Dupdate.c3320 for (ALIST_TRAVERSE(ofl->ofl_ocapset.oc_plat.cl_val, idx1, capstr)) {
3324 for (ALIST_TRAVERSE(ofl->ofl_ocapset.oc_mach.cl_val, idx1, capstr)) {
3346 for (ALIST_TRAVERSE(ocapset->oc_plat.cl_val, idx2,
3352 for (ALIST_TRAVERSE(ocapset->oc_mach.cl_val, idx2,
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c275 (((oalp = ofl->ofl_ocapset.oc_plat.cl_val) != NULL) &&
277 (((oalp = ofl->ofl_ocapset.oc_mach.cl_val) != NULL) &&
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h196 Alist *cl_val; /* string (Capstr) value */ member in struct:__anon1788

Completed in 128 milliseconds