Home
last modified time | relevance | path

Searched refs:getPadBlockCountForSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp212 unsigned paddingBlocks = getPadBlockCountForSection(section, fileBlocksWritten); in writeToStream()
252 …tag.setSectionLength(section->getBlockCount() + getPadBlockCountForSection(*itCopy, nextSectionOff… in writeToStream()
442 offset += getPadBlockCountForSection(thisSection, offset); in getSectionOffset()
452 offset += getPadBlockCountForSection(section, offset); in getSectionOffset()
462 unsigned EncoreBootImage::getPadBlockCountForSection(Section * section, unsigned offset) in getPadBlockCountForSection() function in EncoreBootImage
500 imageBlocks += getPadBlockCountForSection(*it, imageBlocks); in getImageSize()
H A DEncoreBootImage.h960 unsigned getPadBlockCountForSection(Section * section, unsigned offset);