Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-defs.h277 Expr_Node_GOT_Reloc, /* Symbol to be relocated using the GOT. */ enumerator
Dtc-bfin.c1400 else if (poffset->type != Expr_Node_GOT_Reloc) in bfin_gen_ldstidxi()
Dbfin-parse.y4396 $$ = Expr_Node_Create (Expr_Node_GOT_Reloc, val, $1, NULL);
Dbfin-parse.c7526 (yyval.expr) = Expr_Node_Create (Expr_Node_GOT_Reloc, val, (yyvsp[-2].expr), NULL); in yyparse()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20062211 * config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.
2217 (got): Use it, and create Expr_Node_GOT_Reloc nodes.