Lines Matching refs:create

294         { $$ = FileToken::create(*$1, m_ScriptFile.asNeeded()); }
296 { $$ = NameSpec::create(*$1, m_ScriptFile.asNeeded()); }
354 /* create exp for vma */
468 { $$ = StrToken::create(*$1); }
501 WildcardPattern::create(*$1, WildcardPattern::SORT_NONE);
514 { $$ = WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); }
516 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_BY_NAME); }
538 WildcardPattern::create(*$2, WildcardPattern::SORT_NONE));
543 WildcardPattern::create(*$1, WildcardPattern::SORT_NONE));
563 { $$ = WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); }
565 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_NONE); }
567 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_BY_NAME); }
569 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_BY_ALIGNMENT); }
571 { $$ = WildcardPattern::create(*$5, WildcardPattern::SORT_BY_NAME_ALIGNMENT); }
573 { $$ = WildcardPattern::create(*$5, WildcardPattern::SORT_BY_ALIGNMENT_NAME); }
575 { $$ = WildcardPattern::create(*$5, WildcardPattern::SORT_BY_NAME); }
577 { $$ = WildcardPattern::create(*$5, WildcardPattern::SORT_BY_ALIGNMENT); }
579 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_BY_INIT_PRIORITY); }
639 &Operator::create<Operator::UNARY_PLUS>());
645 &Operator::create<Operator::UNARY_MINUS>());
651 &Operator::create<Operator::LOGICAL_NOT>());
657 &Operator::create<Operator::BITWISE_NOT>());
663 &Operator::create<Operator::MUL>());
669 &Operator::create<Operator::DIV>());
675 &Operator::create<Operator::MOD>());
681 &Operator::create<Operator::ADD>());
687 &Operator::create<Operator::SUB>());
693 &Operator::create<Operator::LSHIFT>());
699 &Operator::create<Operator::RSHIFT>());
705 &Operator::create<Operator::LT>());
711 &Operator::create<Operator::LE>());
717 &Operator::create<Operator::GT>());
723 &Operator::create<Operator::GE>());
729 &Operator::create<Operator::EQ>());
735 &Operator::create<Operator::NE>());
741 &Operator::create<Operator::BITWISE_AND>());
747 &Operator::create<Operator::BITWISE_XOR>());
753 &Operator::create<Operator::BITWISE_OR>());
759 &Operator::create<Operator::LOGICAL_AND>());
765 &Operator::create<Operator::LOGICAL_OR>());
771 &Operator::create<Operator::TERNARY_IF>());
777 &Operator::create<Operator::ABSOLUTE>());
782 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
784 &Operator::create<Operator::ADDR>());
791 m_ScriptFile.getCurrentRpnExpr()->insert(pos, SymOperand::create("."));
793 &Operator::create<Operator::ALIGN>());
799 &Operator::create<Operator::ALIGN>());
804 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
806 &Operator::create<Operator::ALIGNOF>());
813 m_ScriptFile.getCurrentRpnExpr()->insert(pos, SymOperand::create("."));
815 &Operator::create<Operator::ALIGN>());
820 m_ScriptFile.getCurrentRpnExpr()->push_back(SymOperand::create("."));
825 &Operator::create<Operator::DATA_SEGMENT_ALIGN>());
831 &Operator::create<Operator::DATA_SEGMENT_END>());
837 &Operator::create<Operator::DATA_SEGMENT_RELRO_END>());
842 m_ScriptFile.getCurrentRpnExpr()->push_back(SymOperand::create(*$3));
844 &Operator::create<Operator::DEFINED>());
853 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
855 &Operator::create<Operator::LOADADDR>());
861 &Operator::create<Operator::MAX>());
867 &Operator::create<Operator::MIN>());
873 &Operator::create<Operator::NEXT>());
882 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
887 &Operator::create<Operator::SEGMENT_START>());
892 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
894 &Operator::create<Operator::SIZEOF>());
900 &Operator::create<Operator::SIZEOF_HEADERS>());
906 &Operator::create<Operator::MAXPAGESIZE>());
912 &Operator::create<Operator::COMMONPAGESIZE>());
917 m_ScriptFile.getCurrentRpnExpr()->push_back(IntOperand::create($1));
922 m_ScriptFile.getCurrentRpnExpr()->push_back(SymOperand::create(*$1));