Home
last modified time | relevance | path

Searched refs:DataSectionContentsASTNode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp1017 #pragma mark = DataSectionContentsASTNode =
1019 DataSectionContentsASTNode::DataSectionContentsASTNode(const DataSectionContentsASTNode & other) in DataSectionContentsASTNode() function in DataSectionContentsASTNode
1025 void DataSectionContentsASTNode::printTree(int indent) const in printTree()
H A DElftosbAST.h768 class DataSectionContentsASTNode : public SectionContentsASTNode
771 DataSectionContentsASTNode(ASTNode * contents) in DataSectionContentsASTNode() function
776 DataSectionContentsASTNode(const DataSectionContentsASTNode & other);
778 virtual ASTNode * clone() const { return new DataSectionContentsASTNode(*this); } in clone()
H A DConversionController.h98 …OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O…
H A DConversionController.cpp446 DataSectionContentsASTNode * dataSection; in processSections()
472 else if (dataSection = dynamic_cast<DataSectionContentsASTNode*>(node)) in processSections()
507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, … in convertDataSection()
H A Delftosb_parser.y357 DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode($2);
H A Delftosb_parser.tab.cpp1754DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode((yyvsp[-1].m_ast));