Home | History | Annotate | Download | only in src

Lines Matching refs:isect

6314 		    struct scninfo *isect;
6317 isect = first = ld_state.allsections[nsec]->last;
6318 if (isect != NULL)
6320 isect->offset += addr;
6321 while ((isect = isect->next) != first);