Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/elftosb/dist/common/
DEncoreBootImage.cpp548 command = new LoadCommand(); in createFromData()
779 EncoreBootImage::LoadCommand::LoadCommand() in LoadCommand() function in EncoreBootImage::LoadCommand
785 EncoreBootImage::LoadCommand::LoadCommand(uint32_t address, const uint8_t * data, uint32_t length) in LoadCommand() function in EncoreBootImage::LoadCommand
802 void EncoreBootImage::LoadCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsi… in initFromData()
846 void EncoreBootImage::LoadCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
862 uint32_t EncoreBootImage::LoadCommand::calculateCRC() const in calculateCRC()
881 void EncoreBootImage::LoadCommand::setData(const uint8_t * data, uint32_t length) in setData()
897 unsigned EncoreBootImage::LoadCommand::getDataBlockCount() const in getDataBlockCount()
922 unsigned EncoreBootImage::LoadCommand::getDataBlocks(unsigned offset, unsigned maxCount, cipher_blo… in getDataBlocks()
971 void EncoreBootImage::LoadCommand::fillPadding() in fillPadding()
[all …]
DEncoreBootImage.h485 class LoadCommand : public BootCommand
489 LoadCommand();
492 LoadCommand(uint32_t address, const uint8_t * data, uint32_t length);
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DEncoreBootImageGenerator.cpp217 EncoreBootImage::LoadCommand * command = new EncoreBootImage::LoadCommand(); in processLoadOperation()