Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-defs.h277 Expr_Node_GOT_Reloc, /* Symbol to be relocated using the GOT. */ enumerator
Dtc-bfin.c1421 else if (poffset->type != Expr_Node_GOT_Reloc) in bfin_gen_ldstidxi()
Dbfin-parse.y4395 $$ = Expr_Node_Create (Expr_Node_GOT_Reloc, val, $1, NULL);
/toolchain/binutils/binutils-2.25/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.