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

  /external/llvm/include/llvm/Object/
ELF.h 186 uint64_t getNumSections() const;
315 uint64_t ELFFile<ELFT>::getNumSections() const {
329 if (Header->e_shstrndx >= getNumSections())
359 // The getNumSections() call below depends on SectionHeaderTable being set.
362 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize;
401 return section_begin() + getNumSections();
425 if (Index >= getNumSections())
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 376 uint64_t getNumSections() const;
    [all...]

Completed in 558 milliseconds