Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp30 OperationSequenceSection * opSection = dynamic_cast<OperationSequenceSection*>(section); in generate() local
31 if (opSection) in generate()
33 processOperationSection(opSection, image); in generate()
H A DConversionController.cpp467 OperationSequenceSection * opSection = new OperationSequenceSection(sectionID); in processSections() local
468 opSection->setOptions(optionsDict); in processSections()
469 opSection->getSequence() += sequence; in processSections()
470 outputSection = opSection; in processSections()