Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp79 void EncoreBootImageGenerator::processSectionOptions(EncoreBootImage::Section * imageSection, Outpu… in processSectionOptions() argument
96 imageSection->setFlags(intValue->getValue()); in processSectionOptions()
117 imageSection->setAlignment(intValue->getValue()); in processSectionOptions()
133 imageSection->setLeaveUnencrypted(leaveUnencrypted); in processSectionOptions()
H A DEncoreBootImageGenerator.h42 void processSectionOptions(EncoreBootImage::Section * imageSection, OutputSection * modelSection);