Searched refs:od_outsecs (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 129 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input() 161 if (ret || (odp->od_outsecs == NULL)) in input() 180 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input() 286 for (ALIST_TRAVERSE(odp->od_outsecs, off, outsec)) { in output() 386 for (ALIST_TRAVERSE(odp->od_outsecs, off, outsec)) { in output() 454 glbsymtabent += alist_nitems(odp->od_outsecs); in output() 468 for (ALIST_TRAVERSE(odp->od_outsecs, off, outsec)) { in output()
|
H A D | _elfwrap.h | 77 Alist *od_outsecs; /* list of output sections */ member
|