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

/external/llvm/include/llvm/Object/
H A DELF.h442 const Elf_Shdr *SectionHeaderTable; member in class:llvm::object::ELFObjectFile
1516 , SectionHeaderTable(0)
1544 // The getNumSections() call below depends on SectionHeaderTable being set.
1545 SectionHeaderTable =
1555 const Elf_Shdr* sh = SectionHeaderTable;
1633 for (const char *i = reinterpret_cast<const char *>(SectionHeaderTable),
1927 assert(SectionHeaderTable && "SectionHeaderTable not initialized!");
1928 return SectionHeaderTable->sh_size;
1938 return SectionHeaderTable
[all...]

Completed in 38 milliseconds