Searched defs:RelocationSection (Results 1 – 3 of 3) sorted by relevance
597 struct RelocationSection : Section { struct601 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function603 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()607 static bool classof(const Chunk *S) { in classof()
1676 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, in RelocationSection() function in RelocationSection3928 template class elf::RelocationSection<ELF32LE>; member in elf3929 template class elf::RelocationSection<ELF32BE>; member in elf3930 template class elf::RelocationSection<ELF64LE>; member in elf3931 template class elf::RelocationSection<ELF64BE>; member in elf
39 class RelocationSection; variable787 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function