Lines Matching defs:isec
219 if (InputSection *isec = es->getParent())
220 return isec->outSecOff + es->getParentOffset(offset);
225 if (InputSection *isec = ms->getParent())
226 return isec->outSecOff + ms->getParentOffset(offset);
239 if (auto *isec = dyn_cast<InputSection>(this))
240 sec = isec;
1259 if (InputSection *isec = cast_or_null<InputSection>(d->section))
1260 if (!isec || !isec->getFile<ELFT>() || isec->getFile<ELFT>()->splitStack)
1334 for (InputSection *isec : dependentSections)
1335 isec->partition = 1;