Searched refs:RelrSection (Results 1 – 6 of 6) sorted by relevance
608 struct RelrSection : Section { struct611 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
1976 template <class ELFT> RelrSection<ELFT>::RelrSection() { in RelrSection() function in RelrSection1980 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()3910 template class elf::RelrSection<ELF32LE>; member in elf3911 template class elf::RelrSection<ELF32BE>; member in elf3912 template class elf::RelrSection<ELF64LE>; member in elf3913 template class elf::RelrSection<ELF64BE>; member in elf
608 template <class ELFT> class RelrSection final : public RelrBaseSection {612 RelrSection();
460 part.relrDyn = make<RelrSection<ELFT>>(); in createSyntheticSections()
1349 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1510 Section.reset(new ELFYAML::RelrSection()); in mapping()1511 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
253 const ELFYAML::RelrSection &Section,861 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1307 const ELFYAML::RelrSection &Section, in writeSectionContent()