Searched refs:GnuHashSection (Results 1 – 4 of 4) sorted by relevance
429 struct GnuHashSection : Section { struct435 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
88 Expected<ELFYAML::GnuHashSection *> dumpGnuHashSection(const Elf_Shdr *Shdr);1287 Expected<ELFYAML::GnuHashSection *>1289 auto S = std::make_unique<ELFYAML::GnuHashSection>(); in dumpGnuHashSection()
1388 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()1608 Section.reset(new ELFYAML::GnuHashSection()); in mapping()1609 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
295 const ELFYAML::GnuHashSection &Section,888 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()1717 const ELFYAML::GnuHashSection &Section, in writeSectionContent()