Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.h98 …OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O…
H A DConversionController.cpp474 outputSection = convertDataSection(dataSection, sectionID, optionsDict); in processSections()
507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, … in convertDataSection() function in ConversionController