Searched refs:BootSection (Results 1 – 5 of 5) sorted by relevance
47 void processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section);48 void processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section);49 void processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section);
144 …EncoreBootImage::BootSection * newSection = new EncoreBootImage::BootSection(section->getIdentifie… in processOperationSection()183 …ootImageGenerator::processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section) in processLoadOperation()255 …geGenerator::processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section) in processExecuteOperation()279 …Generator::processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section) in processBootModeOperation()
773 class BootSection : public Section782 BootSection() : Section() {} in BootSection() function785 BootSection(uint32_t identifier) : Section(identifier) {} in BootSection() function788 virtual ~BootSection();
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()
343 EncoreBootImage::BootSection * bootSection = new EncoreBootImage::BootSection(header.m_tag); in readSection()