Lines Matching defs:isec
210 if (InputSection *isec = es->getParent())
211 return isec->outSecOff + es->getParentOffset(offset);
216 if (InputSection *isec = ms->getParent())
217 return isec->outSecOff + ms->getParentOffset(offset);
230 if (auto *isec = dyn_cast<InputSection>(this))
231 sec = isec;
637 InputSection *isec = cast<InputSection>(d->section);
641 isec->getObjMsg(d->value) + " is ignored");
648 std::equal_range(isec->relocs().begin(), isec->relocs().end(), r,
659 isec->getObjMsg(d->value) +
1190 if (InputSection *isec = cast_or_null<InputSection>(d->section))
1191 if (!isec || !isec->getFile<ELFT>() || isec->getFile<ELFT>()->splitStack)
1265 for (InputSection *isec : dependentSections)
1266 isec->partition = 1;