Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
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()
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()
DConversionController.h98 …OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O…
DConversionController.cpp446 DataSectionContentsASTNode * dataSection; in processSections()
472 else if (dataSection = dynamic_cast<DataSectionContentsASTNode*>(node)) in processSections()
507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, … in convertDataSection()
Delftosb_parser.y357DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode($2);
Delftosb_parser.tab.cpp1754DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode((yyvsp[-1].m_ast));