Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h198 uint64_t getNumSections() const;
317 uint64_t ELFFile<ELFT>::getNumSections() const { in getNumSections() function
331 if (Header->e_shstrndx >= getNumSections()) in getStringTableIndex()
364 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile()
403 return section_begin() + getNumSections(); in section_end()
455 if (Index >= getNumSections()) in getSection()