Searched defs:RelocationSection (Results 1 – 4 of 4) sorted by relevance
595 struct RelocationSection : Section { struct599 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument601 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()605 static bool classof(const Chunk *S) { in classof()
39 class RelocationSection; variable784 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function
1717 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc) in RelocationSection() function in RelocationSection3948 template class elf::RelocationSection<ELF32LE>; member in elf3949 template class elf::RelocationSection<ELF32BE>; member in elf3950 template class elf::RelocationSection<ELF64LE>; member in elf3951 template class elf::RelocationSection<ELF64BE>; member in elf
1784 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); in getRelocationAddend() local1819 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); in getRelocationSymbol() local