Lines Matching defs:header

329 void EncoreBootImage::prepareImageHeader(boot_image_header_t & header)  in prepareImageHeader()
536 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in createFromData() local
573 uint8_t EncoreBootImage::BootCommand::calculateChecksum(const boot_command_t & header) in calculateChecksum()
624 boot_command_t header; in getBlocks() local
702 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() local
712 void EncoreBootImage::NopCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
748 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() local
762 void EncoreBootImage::TagCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
806 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() local
846 void EncoreBootImage::LoadCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1000 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() local
1011 void EncoreBootImage::FillCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1056 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() local
1065 void EncoreBootImage::ModeCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1091 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() local
1102 void EncoreBootImage::JumpCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()
1125 void EncoreBootImage::Section::fillSectionHeader(section_header_t & header) in fillSectionHeader()