Searched refs:GnuHashSection (Results 1 – 3 of 3) sorted by relevance
457 struct GnuHashSection : Section { struct463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
303 const ELFYAML::GnuHashSection &Section,896 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()1841 const ELFYAML::GnuHashSection &Section, in writeSectionContent()
1437 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()1658 Section.reset(new ELFYAML::GnuHashSection()); in mapping()1659 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()