Searched defs:SectionHeader (Results 1 – 5 of 5) sorted by relevance
75 SectionHeader, enumerator
148 SectionHeader, enumerator
93 struct SectionHeader { struct98 Optional<std::vector<SectionHeader>> Sections; argument
864 IO &IO, ELFYAML::SectionHeaderTable &SectionHeader) { in mapping()
472 using SectionHeader = std::conditional<sizeof(void *) == 8, Elf64_Shdr, Elf32_Shdr>::type; typedef