Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h186 uint64_t getNumSections() const;
315 uint64_t ELFFile<ELFT>::getNumSections() const { in getNumSections() function
329 if (Header->e_shstrndx >= getNumSections()) in getStringTableIndex()
362 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile()
401 return section_begin() + getNumSections(); in section_end()
425 if (Index >= getNumSections()) in getSection()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp376 uint64_t getNumSections() const;
1095 uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFObjectFile()
1105 for (uint64_t i = 0, e = getNumSections(); i != e; ++i) { in ELFObjectFile()
1140 *e = i + getNumSections() * Header->e_shentsize; in ELFObjectFile()
1215 + (Header->e_shentsize*getNumSections())); in end_sections()
1269 uint64_t ELFObjectFile<target_endianness, is64Bits>::getNumSections() const { in getNumSections() function in ELFObjectFile
1281 if (Header->e_shstrndx >= getNumSections()) in getStringTableIndex()
1340 if (!SectionHeaderTable || index >= getNumSections()) in getSection()