Searched refs:getNumberOfSections (Results 1 – 3 of 3) sorted by relevance
122 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()632 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()722 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()820 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
626 uint32_t getNumberOfSections() const { in getNumberOfSections() function
376 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()