Searched refs:SectionHeaderTable (Results 1 – 1 of 1) sorted by relevance
241 const Elf_Shdr *SectionHeaderTable; variable607 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getNumSections()608 return SectionHeaderTable->sh_size; in getNumSections()617 return SectionHeaderTable->sh_link; in getStringTableIndex()626 : Buf(Object), SectionHeaderTable(nullptr), dot_shstrtab_sec(nullptr), in ELFFile()649 SectionHeaderTable = in ELFFile()856 if (!SectionHeaderTable || index >= getNumSections()) in getSection()861 reinterpret_cast<const char *>(SectionHeaderTable) in getSection()