Lines Matching refs:fx_r_type

1228      fx_r_type field of the fix structure (a bfd_reloc_code_real_type)
1235 bfd_reloc_code_real_type fx_r_type;
1248 BFD_RELOC_UNUSED + opcode_converter.fx_r_type);
1271 BFD_RELOC_UNUSED + opcode_converter.fx_r_type + 1);
1280 BFD_RELOC_UNUSED + opcode_converter.fx_r_type + 1);
2202 if ( fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY
2203 || fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT
2204 || fixp->fx_r_type == BFD_RELOC_V850_LONGCALL
2205 || fixp->fx_r_type == BFD_RELOC_V850_LONGJUMP
2206 || fixp->fx_r_type == BFD_RELOC_V850_ALIGN)
2210 if (fixp->fx_r_type == BFD_RELOC_32
2212 fixp->fx_r_type = BFD_RELOC_32_PCREL;
2217 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
2224 (int) fixp->fx_r_type);
2281 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
2282 || fixP->fx_r_type == BFD_RELOC_V850_LONGCALL
2283 || fixP->fx_r_type == BFD_RELOC_V850_LONGJUMP
2284 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
2312 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
2318 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
2341 fixP->fx_r_type = BFD_RELOC_V850_22_PCREL;
2343 fixP->fx_r_type = BFD_RELOC_V850_9_PCREL;
2384 if (fixP->fx_r_type == BFD_RELOC_V850_LO16_SPLIT_OFFSET)
2451 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
2452 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
2461 if (fixP->fx_r_type == BFD_RELOC_V850_LONGCALL
2462 || fixP->fx_r_type == BFD_RELOC_V850_LONGJUMP)
2467 || fixP->fx_r_type == BFD_RELOC_V850_ALIGN
2468 || fixP->fx_r_type == BFD_RELOC_V850_22_PCREL
2469 || fixP->fx_r_type == BFD_RELOC_V850_9_PCREL
2470 || fixP->fx_r_type >= BFD_RELOC_UNUSED))