Lines Matching refs:InputSectionBase
82 static std::string getLocation(InputSectionBase &S, const Symbol &Sym, in getLocation()
104 InputSectionBase &C, uint64_t Offset, in handleMipsTlsRelocation()
135 InputSectionBase &C, uint64_t Offset, in handleARMTlsRelocation()
180 handleTlsRelocation(RelType Type, Symbol &Sym, InputSectionBase &C, in handleTlsRelocation()
372 InputSectionBase &S, uint64_t RelOff) { in isStaticLinkTimeConstant()
595 InputSectionBase &Sec, RelExpr Expr, in computeMipsAddend()
630 InputSectionBase &Sec, RelExpr Expr, in computeAddend()
652 static bool maybeReportUndefined(Symbol &Sym, InputSectionBase &Sec, in maybeReportUndefined()
713 explicit OffsetGetter(InputSectionBase &Sec) { in OffsetGetter()
745 static void addRelativeReloc(InputSectionBase *IS, uint64_t OffsetInSec, in addRelativeReloc()
844 static void processRelocAux(InputSectionBase &Sec, RelExpr Expr, RelType Type, in processRelocAux()
982 static void scanReloc(InputSectionBase &Sec, OffsetGetter &GetOffset, RelTy *&I, in scanReloc()
1086 static void scanRelocs(InputSectionBase &Sec, ArrayRef<RelTy> Rels) { in scanRelocs()
1101 template <class ELFT> void elf::scanRelocations(InputSectionBase &S) { in scanRelocations()
1517 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
1518 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
1519 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
1520 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);