Home
last modified time | relevance | path

Searched refs:getBlockCount (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DEncoreBootImage.cpp203 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()
[all …]
DEncoreBootImage.h297 virtual unsigned getBlockCount() const { return 0; } in getBlockCount() function
367 virtual unsigned getBlockCount() const;
820 virtual unsigned getBlockCount() const;
858 virtual unsigned getBlockCount() const;
/netbsd/src/external/bsd/elftosb/dist/sbtool/
Dsbtool.cpp457 unsigned blockCount = section->getBlockCount(); in extractSection()