Home | History | Annotate | Download | only in config

Lines Matching defs:fx_r_type

1681     bfd_reloc_code_real_type fx_r_type;
1695 BFD_RELOC_UNUSED + opcode_converter.fx_r_type);
1729 BFD_RELOC_UNUSED + opcode_converter.fx_r_type);
3334 if ( fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY
3335 || fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT
3336 || fixp->fx_r_type == BFD_RELOC_V850_LONGCALL
3337 || fixp->fx_r_type == BFD_RELOC_V850_LONGJUMP
3338 || fixp->fx_r_type == BFD_RELOC_V850_ALIGN)
3343 if (fixp->fx_r_type == BFD_RELOC_32
3345 fixp->fx_r_type = BFD_RELOC_32_PCREL;
3351 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
3358 (int) fixp->fx_r_type);
3415 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
3416 || fixP->fx_r_type == BFD_RELOC_V850_LONGCALL
3417 || fixP->fx_r_type == BFD_RELOC_V850_LONGJUMP
3418 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
3446 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
3453 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
3499 fixP->fx_r_type = operand->default_reloc;
3541 switch (fixP->fx_r_type)
3695 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
3696 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
3705 if (fixP->fx_r_type == BFD_RELOC_V850_LONGCALL
3706 || fixP->fx_r_type == BFD_RELOC_V850_LONGJUMP)
3711 || fixP->fx_r_type == BFD_RELOC_V850_ALIGN
3712 || fixP->fx_r_type == BFD_RELOC_V850_9_PCREL
3713 || fixP->fx_r_type == BFD_RELOC_V850_16_PCREL
3714 || fixP->fx_r_type == BFD_RELOC_V850_17_PCREL
3715 || fixP->fx_r_type == BFD_RELOC_V850_22_PCREL
3716 || fixP->fx_r_type == BFD_RELOC_V850_32_PCREL
3717 || fixP->fx_r_type >= BFD_RELOC_UNUSED))