Home
last modified time | relevance | path

Searched refs:Expr_Node_Create (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-defs.h308 Expr_Node *Expr_Node_Create (Expr_Node_Type type,
Dtc-bfin.c1010 Expr_Node_Create (Expr_Node_Type type, in Expr_Node_Create() function
1939 lbegin = Expr_Node_Create (Expr_Node_Reloc, lbeginval, NULL, NULL); in bfin_gen_loop()
1940 lend = Expr_Node_Create (Expr_Node_Reloc, lendval, NULL, NULL); in bfin_gen_loop()
Dbfin-parse.y4115 $$ = Expr_Node_Create (Expr_Node_Reloc, val, NULL, NULL);
4132 $$ = Expr_Node_Create (Expr_Node_GOT_Reloc, val, $1, NULL);
4157 $$ = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL);
4337 return Expr_Node_Create (Expr_Node_Binop, val, x, y); in binary()
4364 return Expr_Node_Create (Expr_Node_Unop, val, x, NULL); in unary()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.c6889 (yyval.expr) = Expr_Node_Create (Expr_Node_Reloc, val, NULL, NULL);
6913 (yyval.expr) = Expr_Node_Create (Expr_Node_GOT_Reloc, val, (yyvsp[-2].expr), NULL);
6943 (yyval.expr) = Expr_Node_Create (Expr_Node_Constant, val, NULL, NULL);
7440 return Expr_Node_Create (Expr_Node_Binop, val, x, y); in binary()
7467 return Expr_Node_Create (Expr_Node_Unop, val, x, NULL); in unary()