Lines Matching refs:InputSectionBase
90 static std::string getLocation(InputSectionBase &s, const Symbol &sym, in getLocation()
166 InputSectionBase &c, uint64_t offset, in handleMipsTlsRelocation()
190 handleTlsRelocation(RelType type, Symbol &sym, InputSectionBase &c, in handleTlsRelocation()
407 InputSectionBase &s, uint64_t relOff) { in isStaticLinkTimeConstant()
638 InputSectionBase &sec, RelExpr expr, in computeMipsAddend()
673 InputSectionBase &sec, RelExpr expr, in computeAddend()
733 InputSectionBase *sec;
901 InputSectionBase &sec = *l.sec; in reportUndefinedSymbol()
959 static bool maybeReportUndefined(Symbol &sym, InputSectionBase &sec, in maybeReportUndefined()
1025 explicit OffsetGetter(InputSectionBase &sec) { in OffsetGetter()
1057 static void addRelativeReloc(InputSectionBase *isec, uint64_t offsetInSec, in addRelativeReloc()
1153 static void processRelocAux(InputSectionBase &sec, RelExpr expr, RelType type, in processRelocAux()
1305 static void scanReloc(InputSectionBase &sec, OffsetGetter &getOffset, RelTy *&i, in scanReloc()
1555 static void checkPPC64TLSRelax(InputSectionBase &sec, ArrayRef<RelTy> rels) { in checkPPC64TLSRelax()
1587 static void scanRelocs(InputSectionBase &sec, ArrayRef<RelTy> rels) { in scanRelocs()
1616 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations()
2143 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
2144 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
2145 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
2146 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);