HomeSort by relevance Sort by last modified time
    Searched refs:SectionHeaderTable (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
ELF.h 75 const Elf_Shdr *SectionHeaderTable = nullptr;
318 assert(SectionHeaderTable && "SectionHeaderTable not initialized!");
319 return SectionHeaderTable->sh_size;
328 return SectionHeaderTable->sh_link;
359 // The getNumSections() call below depends on SectionHeaderTable being set.
360 SectionHeaderTable =
424 assert(SectionHeaderTable && "SectionHeaderTable not initialized!");
429 reinterpret_cast<const char *>(SectionHeaderTable)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 294 const Elf_Shdr *SectionHeaderTable;
    [all...]

Completed in 83 milliseconds