Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp144 …EncoreBootImage::BootSection * newSection = new EncoreBootImage::BootSection(section->getIdentifie… in processOperationSection() local
155 processLoadOperation(loadOp, newSection); in processOperationSection()
162 processExecuteOperation(execOp, newSection); in processOperationSection()
169 processBootModeOperation(modeOp, newSection); in processOperationSection()
177 processSectionOptions(newSection, section); in processOperationSection()
180 image->addSection(newSection); in processOperationSection()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp42 void EncoreBootImage::addSection(Section * newSection) in addSection() argument
48 if ((*it)->getIdentifier() == newSection->getIdentifier()) in addSection()
55 m_sections.push_back(newSection); in addSection()
58 newSection->setImage(this); in addSection()
H A DEncoreBootImage.h890 void addSection(Section * newSection);