Lines Matching refs:EncoreBootImage

22 EncoreBootImage::EncoreBootImage()  in EncoreBootImage()  function in EncoreBootImage
30 EncoreBootImage::~EncoreBootImage() in ~EncoreBootImage()
42 void EncoreBootImage::addSection(Section * newSection) in addSection()
61 EncoreBootImage::section_iterator_t EncoreBootImage::findSection(Section * section) in findSection()
66 void EncoreBootImage::setProductVersion(const version_t & version) in setProductVersion()
71 void EncoreBootImage::setComponentVersion(const version_t & version) in setComponentVersion()
83 void EncoreBootImage::writeToStream(std::ostream & stream) in writeToStream()
329 void EncoreBootImage::prepareImageHeader(boot_image_header_t & header) in prepareImageHeader()
392 uint64_t EncoreBootImage::getTimestamp() in getTimestamp()
408 EncoreBootImage::Section * EncoreBootImage::findFirstBootableSection() in findFirstBootableSection()
428 uint32_t EncoreBootImage::getSectionOffset(Section * section) in getSectionOffset()
462 unsigned EncoreBootImage::getPadBlockCountForSection(Section * section, unsigned offset) in getPadBlockCountForSection()
486 uint32_t EncoreBootImage::getImageSize() in getImageSize()
511 void EncoreBootImage::debugPrint() const in debugPrint()
534 EncoreBootImage::BootCommand * EncoreBootImage::BootCommand::createFromData(const cipher_block_t * … in createFromData()
573 uint8_t EncoreBootImage::BootCommand::calculateChecksum(const boot_command_t & header) in calculateChecksum()
590 unsigned EncoreBootImage::BootCommand::getBlockCount() const in getBlockCount()
608 unsigned EncoreBootImage::BootCommand::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks()
653 void EncoreBootImage::BootCommand::validateHeader(const boot_command_t * modelHeader, const boot_co… in validateHeader()
699 void EncoreBootImage::NopCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsig… in initFromData()
712 void EncoreBootImage::NopCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
722 void EncoreBootImage::NopCommand::debugPrint() const in debugPrint()
731 EncoreBootImage::TagCommand::TagCommand(const Section & section) in TagCommand()
745 void EncoreBootImage::TagCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsig… in initFromData()
762 void EncoreBootImage::TagCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
772 void EncoreBootImage::TagCommand::debugPrint() const in debugPrint()
779 EncoreBootImage::LoadCommand::LoadCommand() in LoadCommand()
785 EncoreBootImage::LoadCommand::LoadCommand(uint32_t address, const uint8_t * data, uint32_t length) in 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()
984 EncoreBootImage::FillCommand::FillCommand() in FillCommand()
996 void EncoreBootImage::FillCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsi… in initFromData()
1011 void EncoreBootImage::FillCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1023 void EncoreBootImage::FillCommand::setPattern(uint8_t pattern) in setPattern()
1030 void EncoreBootImage::FillCommand::setPattern(uint16_t pattern) in setPattern()
1035 void EncoreBootImage::FillCommand::setPattern(uint32_t pattern) in setPattern()
1040 void EncoreBootImage::FillCommand::debugPrint() const in debugPrint()
1052 void EncoreBootImage::ModeCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsi… in initFromData()
1065 void EncoreBootImage::ModeCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1075 void EncoreBootImage::ModeCommand::debugPrint() const in debugPrint()
1087 void EncoreBootImage::JumpCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsi… in initFromData()
1102 void EncoreBootImage::JumpCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1112 void EncoreBootImage::JumpCommand::debugPrint() const in debugPrint()
1117 void EncoreBootImage::CallCommand::debugPrint() const in debugPrint()
1125 void EncoreBootImage::Section::fillSectionHeader(section_header_t & header) in fillSectionHeader()
1145 void EncoreBootImage::Section::setAlignment(unsigned alignment) in setAlignment()
1163 unsigned EncoreBootImage::Section::getPadBlockCountForOffset(unsigned offset) in getPadBlockCountForOffset()
1173 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()
1300 void EncoreBootImage::DataSection::setData(const uint8_t * data, unsigned length) in setData()
1309 void EncoreBootImage::DataSection::setDataNoCopy(const uint8_t * data, unsigned length) in setDataNoCopy()
1315 unsigned EncoreBootImage::DataSection::getBlockCount() const in getBlockCount()
1320 unsigned EncoreBootImage::DataSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks()
1368 void EncoreBootImage::DataSection::debugPrint() const in debugPrint()