Home | History | Annotate | Download | only in config

Lines Matching refs:rel

754 	as_bad_where (fixP->fx_file, fixP->fx_line, _("rel too far BFD_RELOC_8"));
761 as_bad_where (fixP->fx_file, fixP->fx_line, _("rel too far BFD_RELOC_16"));
1328 int rel = 0;
1332 case 0 : rel = BFD_RELOC_BFIN_24_PCREL_JUMP_L; break;
1333 case 1 : rel = BFD_RELOC_24_PCREL; break;
1334 case 2 : rel = BFD_RELOC_BFIN_PLTPC; break;
1344 Expr_Node_Gen_Reloc (addr, rel));
1362 bfin_gen_ldimmhalf (REG_T reg, int H, int S, int Z, Expr_Node * phword, int rel)
1375 if (rel == 2)
1379 else if (rel == 1)