Searched refs:getNumberOfSections (Results 1 – 4 of 4) sorted by relevance
121 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()723 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()821 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()923 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
49 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
699 uint32_t getNumberOfSections() const { in getNumberOfSections() function
563 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()