OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.cpp
144
EncoreBootImage::BootSection *
newSection
= new EncoreBootImage::BootSection(section->getIdentifier());
155
processLoadOperation(loadOp,
newSection
);
162
processExecuteOperation(execOp,
newSection
);
169
processBootModeOperation(modeOp,
newSection
);
177
processSectionOptions(
newSection
, section);
180
image->addSection(
newSection
);
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp
40
//! \exception std::runtime_error Raised if \a
newSection
has the same tag as a previously
42
void EncoreBootImage::addSection(Section *
newSection
)
48
if ((*it)->getIdentifier() ==
newSection
->getIdentifier())
55
m_sections.push_back(
newSection
);
58
newSection
->setImage(this);
EncoreBootImage.h
890
void addSection(Section *
newSection
);
Completed in 32 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026