Lines Matching refs:getBlockCount
203 unsigned blockCount = section->getBlockCount(); in writeToStream()
219 blockCount = nop.getBlockCount(); in writeToStream()
251 unsigned nextSectionOffset = fileBlocksWritten + section->getBlockCount() + 1; in writeToStream()
252 …tag.setSectionLength(section->getBlockCount() + getPadBlockCountForSection(*itCopy, nextSectionOff… in writeToStream()
254 blockCount = tag.getBlockCount(); in writeToStream()
278 blockCount = section->getBlockCount(); in writeToStream()
448 offset += thisSection->getBlockCount(); in getSectionOffset()
501 imageBlocks += (*it)->getBlockCount(); in getImageSize()
590 unsigned EncoreBootImage::BootCommand::getBlockCount() const in getBlockCount() function in EncoreBootImage::BootCommand
614 if (offset >= getBlockCount()) in getBlocks()
734 m_sectionLength = section.getBlockCount(); in TagCommand()
1129 header.m_length = ENDIAN_HOST_TO_LITTLE_U32(getBlockCount()); in fillSectionHeader()
1190 unsigned EncoreBootImage::BootSection::getBlockCount() const in getBlockCount() function in EncoreBootImage::BootSection
1197 count += (*it)->getBlockCount(); in getBlockCount()
1227 unsigned commandBlocks = command->getBlockCount(); in getBlocks()
1315 unsigned EncoreBootImage::DataSection::getBlockCount() const in getBlockCount() function in EncoreBootImage::DataSection
1325 unsigned blockCount = getBlockCount(); in getBlocks()
1370 …r::INFO2, "Data Section 0x%08x: (%d bytes, %d blocks)\n", m_identifier, m_length, getBlockCount()); in debugPrint()