Searched refs:RelrSection (Results 1 – 7 of 7) sorted by relevance
610 struct RelrSection : Section { struct613 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() function
1996 template <class ELFT> RelrSection<ELFT>::RelrSection() { in RelrSection() function in RelrSection2000 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()3958 template class elf::RelrSection<ELF32LE>; member in elf3959 template class elf::RelrSection<ELF32BE>; member in elf3960 template class elf::RelrSection<ELF64LE>; member in elf3961 template class elf::RelrSection<ELF64BE>; member in elf
601 template <class ELFT> class RelrSection final : public RelrBaseSection {605 RelrSection();
409 part.relrDyn = std::make_unique<RelrSection<ELFT>>(); in createSyntheticSections()
80 Expected<ELFYAML::RelrSection *> dumpRelrSection(const Elf_Shdr *Shdr);1134 Expected<ELFYAML::RelrSection *>1136 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection()
1422 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1583 Section.reset(new ELFYAML::RelrSection()); in mapping()1584 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
253 const ELFYAML::RelrSection &Section,860 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1306 const ELFYAML::RelrSection &Section, in writeSectionContent()