Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-parse.y136 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant) macro
3160 int isgot = IS_RELOC($6);
3377 if (!IS_RELOC ($2))
3385 if (IS_RELOC ($2) && IS_PREG ($5) && IS_CREG ($3))
3395 if (IS_RELOC ($2) && IS_PREG ($5) && IS_CREG ($3) && EXPR_VALUE ($7) == 1)
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.c527 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant) macro
5697 int isgot = IS_RELOC((yyvsp[-1].expr));
5929 if (!IS_RELOC ((yyvsp[-1].expr)))
5940 if (IS_RELOC ((yyvsp[-3].expr)) && IS_PREG ((yyvsp[0].reg)) && IS_CREG ((yyvsp[-2].reg)))
5953 …if (IS_RELOC ((yyvsp[-5].expr)) && IS_PREG ((yyvsp[-2].reg)) && IS_CREG ((yyvsp[-4].reg)) && EXPR_…