Searched refs:BinaryDataSection (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DOutputSection.h63 class BinaryDataSection : public OutputSection, public Blob class in namespace:elftosb
66 BinaryDataSection() : OutputSection(), Blob() {} function in class:elftosb::BinaryDataSection
67 BinaryDataSection(uint32_t identifier) : OutputSection(identifier), Blob() {} function in class:elftosb::BinaryDataSection
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.h45 void processDataSection(BinaryDataSection * section, EncoreBootImage * image);
H A DEncoreBootImageGenerator.cpp37 BinaryDataSection * dataSection = dynamic_cast<BinaryDataSection*>(section);
287 void EncoreBootImageGenerator::processDataSection(BinaryDataSection * section, EncoreBootImage * image)
H A DConversionController.cpp488 //! Creates an instance of BinaryDataSection from the AST node passed in the
498 //! becomes the contents of the BinaryDataSection this is returned.
505 //! \return An instance of BinaryDataSection. Its contents are a contiguous
518 BinaryDataSection * resultSection = new BinaryDataSection(sectionID);

Completed in 118 milliseconds