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

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

Completed in 84 milliseconds