Lines Matching defs:isec
27 return d->isec();
35 if (auto *isec = referent.dyn_cast<InputSection *>()) {
36 const auto *cisec = dyn_cast<CStringInputSection>(isec);
44 auto *symIsec = sym->isec();
60 const InputSection *isec, const Reloc &r) {
65 return (isec->getLocation(r.offset) + ": " + relocAttrs.name +
108 const ConcatInputSection *isec = osec->inputs[isecIdx];
109 if (*off < isec->outSecOff)
113 ConcatInputSection *isec = osec->inputs[isecIdx - 1];
114 *off -= isec->outSecOff;
115 return isec;
124 const InputSection *isec = offsetToInputSection(&off);
125 std::string locStr = isec ? isec->getLocation(off) : "(invalid location)";