Lines Matching refs:r_type

431   howto = sh_coff_howtos + rel->r_type;
462 if (rel->r_type == R_SH_IMAGEBASE)
518 ((internal)->r_type < SH_COFF_HOWTO_COUNT \
519 ? &sh_coff_howtos[(internal)->r_type] \
540 if ((reloc).r_type == R_SH_SWITCH8 \
541 || (reloc).r_type == R_SH_SWITCH16 \
542 || (reloc).r_type == R_SH_SWITCH32 \
543 || (reloc).r_type == R_SH_USES \
544 || (reloc).r_type == R_SH_COUNT \
545 || (reloc).r_type == R_SH_ALIGN) \
564 unsigned short r_type;
568 r_type = reloc_entry->howto->type;
579 if (r_type != R_SH_IMM32
581 && r_type != R_SH_IMM32CE
582 && r_type != R_SH_IMAGEBASE
584 && (r_type != R_SH_PCDISP
594 switch (r_type)
739 if (irel->r_type == R_SH_CODE)
742 if (irel->r_type != R_SH_USES)
805 && (irelfn->r_type == R_SH_IMM32
806 || irelfn->r_type == R_SH_IMM32CE
807 || irelfn->r_type == R_SH_IMAGEBASE)
810 && irelfn->r_type == R_SH_IMM32
902 irel->r_type = R_SH_PCDISP;
925 if (irelscan->r_type == R_SH_USES
942 && irelcount->r_type == R_SH_COUNT)
1079 if (irel->r_type == R_SH_ALIGN
1120 || (irel->r_type == R_SH_ALIGN
1129 && irel->r_type != R_SH_ALIGN
1130 && irel->r_type != R_SH_CODE
1131 && irel->r_type != R_SH_DATA
1132 && irel->r_type != R_SH_LABEL)
1133 irel->r_type = R_SH_UNUSED;
1137 switch (irel->r_type)
1151 switch (irel->r_type)
1244 if (irel->r_type == R_SH_SWITCH16)
1246 else if (irel->r_type == R_SH_SWITCH8)
1277 switch (irel->r_type)
1379 if (irelscan->r_type != R_SH_IMM32
1380 && irelscan->r_type != R_SH_IMAGEBASE
1381 && irelscan->r_type != R_SH_IMM32CE)
1383 if (irelscan->r_type != R_SH_IMM32)
2623 if (irel->r_type == R_SH_LABEL)
2640 if (irel->r_type != R_SH_CODE)
2646 if (irel->r_type == R_SH_DATA)
2698 type = irel->r_type;
2834 if (rel->r_type != R_SH_IMM32
2836 && rel->r_type != R_SH_IMM32CE
2837 && rel->r_type != R_SH_IMAGEBASE
2839 && rel->r_type != R_SH_PCDISP)
2869 if (rel->r_type == R_SH_PCDISP)
2872 if (rel->r_type >= SH_COFF_HOWTO_COUNT)
2875 howto = &sh_coff_howtos[rel->r_type];
2884 if (rel->r_type == R_SH_IMAGEBASE)
2895 if (rel->r_type == R_SH_PCDISP)