Lines Matching refs:LoadCommand
548 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()
977 void EncoreBootImage::LoadCommand::debugPrint() const in debugPrint()