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