Searched refs:sh_coff_howtos (Results 1 – 3 of 3) sorted by relevance
98 static reloc_howto_type sh_coff_howtos[] = variable367 #define SH_COFF_HOWTO_COUNT (sizeof sh_coff_howtos / sizeof sh_coff_howtos[0])426 howto = sh_coff_howtos + rel->r_type; in coff_sh_rtype_to_howto()502 return &sh_coff_howtos[(int) sh_reloc_map[i].shcoff_reloc_val]; in sh_coff_reloc_type_lookup()514 for (i = 0; i < sizeof (sh_coff_howtos) / sizeof (sh_coff_howtos[0]); i++) in sh_coff_reloc_name_lookup()515 if (sh_coff_howtos[i].name != NULL in sh_coff_reloc_name_lookup()516 && strcasecmp (sh_coff_howtos[i].name, r_name) == 0) in sh_coff_reloc_name_lookup()517 return &sh_coff_howtos[i]; in sh_coff_reloc_name_lookup()528 ? &sh_coff_howtos[(internal)->r_type] \2790 howto = &sh_coff_howtos[rel->r_type]; in sh_relocate_section()
201 * coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry.4817 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
2387 * coff-sh.c (sh_coff_howtos): Mark R_SH_PCDISP8BY2 and R_SH_PCDISP2504 (sh_coff_howtos): New static array.2507 (RTYPE2HOWTO): Rewrite to use sh_coff_howtos.