Searched refs:DependentLibrariesSection (Results 1 – 3 of 3) sorted by relevance
504 struct DependentLibrariesSection : Section { struct507 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() function
1391 ELFYAML::DependentLibrariesSection &Section) { in sectionMapping()1570 Section.reset(new ELFYAML::DependentLibrariesSection()); in mapping()1572 *cast<ELFYAML::DependentLibrariesSection>(Section.get())); in mapping()
301 const ELFYAML::DependentLibrariesSection &Section,891 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) { in initSectionHeaders()1435 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()