Searched refs:scop (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c396 Sec_order *scop; local
400 for (ALIST_TRAVERSE(sgp->sg_os_order, idx2, scop)) {
401 if ((scop->sco_flags & FLG_SGO_USED) == 0) {
404 sgp->sg_name, scop->sco_secname);
H A Dmap_support.c382 Sec_order *scop; local
387 for (ALIST_TRAVERSE(sgp->sg_os_order, idx, scop))
388 if (strcmp(scop->sco_secname, sec_name) == 0) {
394 scop = alist_append(&sgp->sg_os_order, NULL, sizeof (Sec_order),
396 if (scop == NULL)
399 scop->sco_secname = sec_name;
H A Dplace.c1047 Sec_order *scop; local
1049 for (ALIST_TRAVERSE(sgp->sg_os_order, idx1, scop)) {
1050 if (strcmp(scop->sco_secname, oname) == 0) {
1051 scop->sco_flags |= FLG_SGO_USED;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c84 Sec_order *scop; local
87 for (ALIST_TRAVERSE(sgp->sg_os_order, idx, scop))
89 scop->sco_secname);

Completed in 62 milliseconds