Searched refs:GnuHashSection (Results 1 – 7 of 7) sorted by relevance
304 struct GnuHashSection : Section { struct312 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() function
363 struct GnuHashSection : Section { struct369 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
1066 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()1236 Section.reset(new ELFYAML::GnuHashSection()); in mapping()1237 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()1396 if (const auto *Sec = dyn_cast<ELFYAML::GnuHashSection>(C.get())) { in validate()
205 const ELFYAML::GnuHashSection &Section,491 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()1248 const ELFYAML::GnuHashSection &Section, in writeSectionContent()
94 Expected<ELFYAML::GnuHashSection *> dumpGnuHashSection(const Elf_Shdr *Shdr);1256 Expected<ELFYAML::GnuHashSection *>1258 auto S = std::make_unique<ELFYAML::GnuHashSection>(); in dumpGnuHashSection()
1190 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()1376 Section.reset(new ELFYAML::GnuHashSection()); in mapping()1377 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
288 const ELFYAML::GnuHashSection &Section,768 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()1694 const ELFYAML::GnuHashSection &Section, in writeSectionContent()