Home
last modified time | relevance | path

Searched refs:Right_Child (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-defs.h303 Expr_Node *Right_Child; member
311 Expr_Node *Right_Child);
Dtc-bfin.c1013 Expr_Node *Right_Child) in Expr_Node_Create() argument
1021 node->Right_Child = Right_Child; in Expr_Node_Create()
1097 && head->Right_Child->type == Expr_Node_Constant) in Expr_Node_Gen_Reloc()
1099 int val = head->Right_Child->value.i_value; in Expr_Node_Gen_Reloc()
1135 … = conctcode (Expr_Node_Gen_Reloc_R (head->Left_Child), Expr_Node_Gen_Reloc_R (head->Right_Child)); in Expr_Node_Gen_Reloc_R()