Searched refs:getNumberOfSections (Results 1 – 8 of 8) sorted by relevance
84 if (Offset >= getSectionHeaderSize() * getNumberOfSections()) in checkSectionAddress()384 getNumberOfSections() * getSectionHeaderSize()); in section_end()432 if (Num <= 0 || Num > getNumberOfSections()) in getSectionByNum()466 uint16_t XCOFFObjectFile::getNumberOfSections() const { in getNumberOfSections() function in llvm::object::XCOFFObjectFile572 TablePtr + getNumberOfSections()); in sections64()579 TablePtr + getNumberOfSections()); in sections32()673 if (Obj->getNumberOfSections()) { in create()675 Obj->getNumberOfSections() * in create()
123 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()963 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
59 for (size_t I = 1, E = COFFObj.getNumberOfSections(); I <= E; I++) { in readSections()
311 uint16_t getNumberOfSections() const;
850 uint32_t getNumberOfSections() const { in getNumberOfSections() function
217 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks()411 coffObj->getNumberOfSections() + 1); in initializeSymbols()
60 W.printNumber("NumberOfSections", Obj.getNumberOfSections()); in printFileHeaders()
620 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()