Searched refs:getNumberOfSections (Results 1 – 17 of 17) 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()
91 if (Offset >= getSectionHeaderSize() * getNumberOfSections()) in checkSectionAddress()357 const uint16_t NumberOfSections = getNumberOfSections(); in getRelocationOffset()431 getNumberOfSections() * getSectionHeaderSize()); in section_end()479 if (Num <= 0 || Num > getNumberOfSections()) in getSectionByNum()513 uint16_t XCOFFObjectFile::getNumberOfSections() const { in getNumberOfSections() function in llvm::object::XCOFFObjectFile619 TablePtr + getNumberOfSections()); in sections64()626 TablePtr + getNumberOfSections()); in sections32()723 if (Obj->getNumberOfSections()) { in create()725 Obj->getNumberOfSections() * in create()
123 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections())) in toSec()811 (uint64_t)getNumberOfSections() * sizeof(coff_section))) in initialize()921 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()1010 if (static_cast<uint32_t>(Index) <= getNumberOfSections()) { in getSection()
39 YAMLObj.Header.NumberOfSections = Obj.getNumberOfSections(); in dumpHeader()
48 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
59 for (size_t I = 1, E = COFFObj.getNumberOfSections(); I <= E; I++) { in readSections()
49 dumpSections(Obj.getNumberOfSections()); in COFFDumper()
311 uint16_t getNumberOfSections() const;
850 uint32_t getNumberOfSections() const { in getNumberOfSections() function
337 uint16_t getNumberOfSections() const;
872 uint32_t getNumberOfSections() const { in getNumberOfSections() function
217 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks()415 coffObj->getNumberOfSections() + 1); in initializeSymbols()
54 W.printNumber("NumberOfSections", Obj.getNumberOfSections()); in printFileHeaders()
624 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()
699 uint32_t getNumberOfSections() const { in getNumberOfSections() function
563 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()