Home
last modified time | relevance | path

Searched refs:TagCommand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp244 TagCommand tag(*section); in writeToStream()
545 command = new TagCommand(); in createFromData()
731 EncoreBootImage::TagCommand::TagCommand(const Section & section) in TagCommand() function in EncoreBootImage::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()
H A DEncoreBootImage.h443 class TagCommand : public BootCommand
447 TagCommand() : BootCommand() {} in TagCommand() function
450 TagCommand(const Section & section);