Searched defs:SectionHeaderTable (Results 1 – 2 of 2) sorted by relevance
97 struct SectionHeaderTable { struct98 Optional<std::vector<SectionHeader>> Sections;99 Optional<std::vector<SectionHeader>> Excluded;100 Optional<bool> NoHeaders;
75 const Elf_Shdr *SectionHeaderTable = nullptr; variable