Lines Matching defs:isec
27 return d->isec();
35 const InputSection *isec, const Reloc &r) {
40 return (isec->getLocation(r.offset) + ": " + relocAttrs.name +
83 const ConcatInputSection *isec = osec->inputs[isecIdx];
84 if (*off < isec->outSecOff)
88 ConcatInputSection *isec = osec->inputs[isecIdx - 1];
89 *off -= isec->outSecOff;
90 return isec;
99 const InputSection *isec = offsetToInputSection(&off);
100 std::string locStr = isec ? isec->getLocation(off) : "(invalid location)";