Searched refs:LoadCommand (Results 1 – 3 of 3) sorted by relevance
548 command = new LoadCommand(); in createFromData()779 EncoreBootImage::LoadCommand::LoadCommand() in LoadCommand() function in EncoreBootImage::LoadCommand785 EncoreBootImage::LoadCommand::LoadCommand(uint32_t address, const uint8_t * data, uint32_t length) in LoadCommand() function in EncoreBootImage::LoadCommand802 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 …]
485 class LoadCommand : public BootCommand489 LoadCommand();492 LoadCommand(uint32_t address, const uint8_t * data, uint32_t length);
217 EncoreBootImage::LoadCommand * command = new EncoreBootImage::LoadCommand(); in processLoadOperation()