Searched refs:DependentLibrariesSection (Results 1 – 3 of 3) sorted by relevance
534 struct DependentLibrariesSection : Section { struct537 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
309 const ELFYAML::DependentLibrariesSection &Section,898 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()1565 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
1513 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1693 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1695 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()