Searched refs:RelrSection (Results 1 – 4 of 4) sorted by relevance
611 struct RelrSection : Section { struct614 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
78 Expected<ELFYAML::RelrSection *> dumpRelrSection(const Elf_Shdr *Shdr);1092 Expected<ELFYAML::RelrSection *>1094 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection()
1345 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()1506 Section.reset(new ELFYAML::RelrSection()); in mapping()1507 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
243 const ELFYAML::RelrSection &Section,820 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()1266 const ELFYAML::RelrSection &Section, in writeSectionContent()