Home
last modified time | relevance | path

Searched refs:BootSection (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.h47 void processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section);
48 void processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section);
49 void processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section);
H A DEncoreBootImageGenerator.cpp144 …EncoreBootImage::BootSection * newSection = new EncoreBootImage::BootSection(section->getIdentifie… in processOperationSection()
183 …ootImageGenerator::processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section) in processLoadOperation()
255 …geGenerator::processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section) in processExecuteOperation()
279 …Generator::processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section) in processBootModeOperation()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h773 class BootSection : public Section
782 BootSection() : Section() {} in BootSection() function
785 BootSection(uint32_t identifier) : Section(identifier) {} in BootSection() function
788 virtual ~BootSection();
H A DEncoreBootImage.cpp1173 EncoreBootImage::BootSection::~BootSection() in ~BootSection()
1178 void EncoreBootImage::BootSection::deleteCommands() in deleteCommands()
1190 unsigned EncoreBootImage::BootSection::getBlockCount() const in getBlockCount()
1215 unsigned EncoreBootImage::BootSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks()
1260 void EncoreBootImage::BootSection::fillFromData(const cipher_block_t * blocks, unsigned count) in fillFromData()
1286 void EncoreBootImage::BootSection::debugPrint() const in debugPrint()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp343 EncoreBootImage::BootSection * bootSection = new EncoreBootImage::BootSection(header.m_tag); in readSection()