Searched refs:getNumberOfSections (Results 1 – 8 of 8) 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()
124 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()761 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()866 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()974 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
49 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
53 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
699 uint32_t getNumberOfSections() const { in getNumberOfSections() function
846 uint32_t getNumberOfSections() const { in getNumberOfSections() function
563 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()
632 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()