Home
last modified time | relevance | path

Searched refs:Expr_Node_GOT_Reloc (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-defs.h266 Expr_Node_GOT_Reloc, /* Symbol to be relocated using the GOT. */ enumerator
Dtc-bfin.c1474 else if (poffset->type != Expr_Node_GOT_Reloc) in bfin_gen_ldstidxi()
Dbfin-parse.y4132 $$ = Expr_Node_Create (Expr_Node_GOT_Reloc, val, $1, NULL);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog230 * config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.
236 (got): Use it, and create Expr_Node_GOT_Reloc nodes.
Dbfin-parse.c6913 (yyval.expr) = Expr_Node_Create (Expr_Node_GOT_Reloc, val, (yyvsp[-2].expr), NULL);