Home
last modified time | relevance | path

Searched refs:JumpCommand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h634 class JumpCommand : public BootCommand
638 JumpCommand() : BootCommand(), m_address(0), m_argument(0), m_isHAB(false), m_ivtSize(0) {} in JumpCommand() function
680 class CallCommand : public JumpCommand
684 CallCommand() : JumpCommand() {} in CallCommand()
H A DEncoreBootImage.cpp557 command = new JumpCommand(); in createFromData()
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()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp260 EncoreBootImage::JumpCommand * command; in processExecuteOperation()
264 command = new EncoreBootImage::JumpCommand(); in processExecuteOperation()