Searched refs:DependentLibrariesSection (Results 1 – 3 of 3) sorted by relevance
549 struct DependentLibrariesSection : Section { struct552 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() function
306 const ELFYAML::DependentLibrariesSection &Section,891 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()1569 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
1545 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1725 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1727 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()