Home
last modified time | relevance | path

Searched refs:SectionHeaderTable (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
DELF.h241 const Elf_Shdr *SectionHeaderTable; variable
607 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()