Lines Matching refs:InputSectionBase
89 static std::string getLocation(InputSectionBase &s, const Symbol &sym, in getLocation()
399 explicit OffsetGetter(InputSectionBase &sec) { in OffsetGetter()
434 explicit RelocationScanner(InputSectionBase &sec) in RelocationScanner()
440 InputSectionBase &sec;
568 InputSectionBase *sec;
752 InputSectionBase &sec = *l.sec; in reportUndefinedSymbol()
816 static bool maybeReportUndefined(Undefined &sym, InputSectionBase &sec, in maybeReportUndefined()
866 static void addRelativeReloc(InputSectionBase &isec, uint64_t offsetInSec, in addRelativeReloc()
1156 InputSectionBase &c, uint64_t offset, in handleMipsTlsRelocation()
1179 InputSectionBase &c, uint64_t offset, in handleTlsRelocation()
1452 static void checkPPC64TLSRelax(InputSectionBase &sec, ArrayRef<RelTy> rels) { in checkPPC64TLSRelax()
1512 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations()
2228 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
2229 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
2230 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
2231 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);