Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h75 const Elf_Shdr *SectionHeaderTable = nullptr; variable
318 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getNumSections()
319 return SectionHeaderTable->sh_size; in getNumSections()
328 return SectionHeaderTable->sh_link; in getStringTableIndex()
360 SectionHeaderTable = in ELFFile()
424 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getSection()
429 reinterpret_cast<const char *>(SectionHeaderTable) + in getSection()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp294 const Elf_Shdr *SectionHeaderTable; member in __anon198eba5b0611::ELFObjectFile
1085 , SectionHeaderTable(0) in ELFObjectFile()
1093 SectionHeaderTable = in ELFObjectFile()
1096 if (!( (const uint8_t *)SectionHeaderTable + SectionTableSize in ELFObjectFile()
1104 const Elf_Shdr* sh = reinterpret_cast<const Elf_Shdr*>(SectionHeaderTable); in ELFObjectFile()
1139 for (const char *i = reinterpret_cast<const char *>(SectionHeaderTable), in ELFObjectFile()
1271 return SectionHeaderTable->sh_size; in getNumSections()
1280 return SectionHeaderTable->sh_link; in getStringTableIndex()
1340 if (!SectionHeaderTable || index >= getNumSections()) in getSection()
1345 reinterpret_cast<const char *>(SectionHeaderTable) in getSection()