Lines Matching refs:fx_r_type

3087       if (fix->fx_r_type != BFD_RELOC_SH_USES)
3114 && fscan->fx_r_type != BFD_RELOC_SH_ALIGN
3115 && fscan->fx_r_type != BFD_RELOC_SH_CODE
3116 && fscan->fx_r_type != BFD_RELOC_SH_DATA
3117 && fscan->fx_r_type != BFD_RELOC_SH_LABEL)
3491 && (fix->fx_r_type == BFD_RELOC_SH_PCDISP8BY2
3492 || fix->fx_r_type == BFD_RELOC_SH_PCDISP12BY2
3493 || fix->fx_r_type == BFD_RELOC_SH_PCRELIMM8BY2
3494 || fix->fx_r_type == BFD_RELOC_SH_PCRELIMM8BY4
3495 || fix->fx_r_type == BFD_RELOC_8_PCREL
3496 || fix->fx_r_type == BFD_RELOC_SH_SWITCH16
3497 || fix->fx_r_type == BFD_RELOC_SH_SWITCH32));
3513 if (fix->fx_r_type == BFD_RELOC_SH_LOOP_START
3514 || fix->fx_r_type == BFD_RELOC_SH_LOOP_END
3515 || fix->fx_r_type == BFD_RELOC_SH_TLS_GD_32
3516 || fix->fx_r_type == BFD_RELOC_SH_TLS_LD_32
3517 || fix->fx_r_type == BFD_RELOC_SH_TLS_IE_32
3518 || fix->fx_r_type == BFD_RELOC_SH_TLS_LDO_32
3519 || fix->fx_r_type == BFD_RELOC_SH_TLS_LE_32
3528 || fix->fx_r_type == BFD_RELOC_SH_COUNT
3529 || fix->fx_r_type == BFD_RELOC_SH_ALIGN
3530 || fix->fx_r_type == BFD_RELOC_SH_CODE
3531 || fix->fx_r_type == BFD_RELOC_SH_DATA
3533 || fix->fx_r_type == BFD_RELOC_SH_SHMEDIA_CODE
3535 || fix->fx_r_type == BFD_RELOC_SH_LABEL);
3542 if (fixP->fx_r_type == BFD_RELOC_32_PLT_PCREL
3543 || fixP->fx_r_type == BFD_RELOC_32_GOT_PCREL
3544 || fixP->fx_r_type == BFD_RELOC_SH_GOTPC
3545 || ((fixP->fx_r_type == BFD_RELOC_32) && dont_adjust_reloc_32)
3546 || fixP->fx_r_type == BFD_RELOC_RVA)
3550 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
3551 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
3621 switch (fixP->fx_r_type)
3627 fixP->fx_r_type = BFD_RELOC_32_PCREL;
3667 if (fixP->fx_r_type == 0)
3670 fixP->fx_r_type = BFD_RELOC_16;
3672 fixP->fx_r_type = BFD_RELOC_32;
3674 fixP->fx_r_type = BFD_RELOC_8;
3682 switch (fixP->fx_r_type)
4060 if (rm->bfd_reloc == (bfd_reloc_code_real_type) fix->fx_r_type)
4065 bfd_get_reloc_code_name (fix->fx_r_type));
4073 if (fix->fx_r_type == BFD_RELOC_16)
4075 else if (fix->fx_r_type == BFD_RELOC_8)
4077 else if (fix->fx_r_type == BFD_RELOC_32)
4092 switch (fix->fx_r_type)
4106 if (fix->fx_r_type == BFD_RELOC_SH_USES)
4113 else if (fix->fx_r_type == BFD_RELOC_SH_COUNT)
4123 else if (fix->fx_r_type == BFD_RELOC_SH_ALIGN)
4130 else if (fix->fx_r_type == BFD_RELOC_SH_CODE
4131 || fix->fx_r_type == BFD_RELOC_SH_DATA
4132 || fix->fx_r_type == BFD_RELOC_SH_LABEL)
4169 r_type = fixp->fx_r_type;