Lines Matching refs:InputSectionBase
90 static std::string getLocation(InputSectionBase &s, const Symbol &sym, in getLocation()
420 explicit OffsetGetter(InputSectionBase &sec) { in OffsetGetter()
463 void scanSection(InputSectionBase &s, bool isEH = false);
466 InputSectionBase *sec;
568 InputSectionBase *sec;
753 InputSectionBase &sec = *l.sec; in reportUndefinedSymbol()
820 static bool maybeReportUndefined(Undefined &sym, InputSectionBase &sec, in maybeReportUndefined()
872 static void addRelativeReloc(InputSectionBase &isec, uint64_t offsetInSec, in addRelativeReloc()
1273 InputSectionBase &c, uint64_t offset, in handleMipsTlsRelocation()
1296 InputSectionBase &c, uint64_t offset, in handleTlsRelocation()
1553 static void checkPPC64TLSRelax(InputSectionBase &sec, Relocs<RelTy> rels) { in checkPPC64TLSRelax()
1622 void RelocationScanner::scanSection(InputSectionBase &s, bool isEH) { in scanSection()
1650 for (InputSectionBase *s : f->getSections()) { in scanRelocations()