Searched refs:getNumSections (Results 1 – 1 of 1) sorted by relevance
198 uint64_t getNumSections() const;317 uint64_t ELFFile<ELFT>::getNumSections() const { in getNumSections() function331 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()