Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h70 const Elf_Shdr *SectionHeaderTable = nullptr; variable
320 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getNumSections()
321 return SectionHeaderTable->sh_size; in getNumSections()
330 return SectionHeaderTable->sh_link; in getStringTableIndex()
362 SectionHeaderTable = in ELFFile()
454 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getSection()
459 reinterpret_cast<const char *>(SectionHeaderTable) + in getSection()