Searched defs:RelrSection (Results 1 – 3 of 3) sorted by relevance
444 struct RelrSection : Section { struct448 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument450 static bool classof(const Chunk *S) { in classof()
549 struct RelrSection : Section { struct552 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument554 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()558 static bool classof(const Chunk *S) { in classof()
1918 template <class ELFT> RelrSection<ELFT>::RelrSection() { in RelrSection() function in RelrSection3838 template class elf::RelrSection<ELF32LE>; member in elf3839 template class elf::RelrSection<ELF32BE>; member in elf3840 template class elf::RelrSection<ELF64LE>; member in elf3841 template class elf::RelrSection<ELF64BE>; member in elf