Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h402 uint64_t getNumSections() const;
604 uint64_t ELFFile<ELFT>::getNumSections() const { in getNumSections() function
618 if (Header->e_shstrndx >= getNumSections()) in getStringTableIndex()
651 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile()
772 (getNumSections() * Header->e_shentsize)); in end_sections()
856 if (!SectionHeaderTable || index >= getNumSections()) in getSection()