HomeSort by: relevance | last modified time | path
    Searched defs:Expr_Node_Gen_Reloc_R (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-bfin.c 950 static INSTR_T Expr_Node_Gen_Reloc_R (Expr_Node * head);
1037 note = conctcode (Expr_Node_Gen_Reloc_R (head), note);
1043 Expr_Node_Gen_Reloc_R (Expr_Node * head)
1058 note1 = conctcode (Expr_Node_Gen_Reloc_R (head->Left_Child), Expr_Node_Gen_Reloc_R (head->Right_Child));
1104 note1 = conscode (Expr_Node_Gen_Reloc_R (head->Left_Child), NULL_CODE);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bfin.c 950 static INSTR_T Expr_Node_Gen_Reloc_R (Expr_Node * head);
1037 note = conctcode (Expr_Node_Gen_Reloc_R (head), note);
1043 Expr_Node_Gen_Reloc_R (Expr_Node * head)
1058 note1 = conctcode (Expr_Node_Gen_Reloc_R (head->Left_Child), Expr_Node_Gen_Reloc_R (head->Right_Child));
1104 note1 = conscode (Expr_Node_Gen_Reloc_R (head->Left_Child), NULL_CODE);

Completed in 24 milliseconds