Searched refs:sh_reloc_map (Results 1 – 6 of 6) sorted by relevance
474 static const struct shcoff_reloc_map sh_reloc_map[] = variable482 static const struct shcoff_reloc_map sh_reloc_map[] = variable500 for (i = ARRAY_SIZE (sh_reloc_map); i--;) in sh_coff_reloc_type_lookup()501 if (sh_reloc_map[i].bfd_reloc_val == code) in sh_coff_reloc_type_lookup()502 return &sh_coff_howtos[(int) sh_reloc_map[i].shcoff_reloc_val]; in sh_coff_reloc_type_lookup()
320 static const struct elf_reloc_map sh_reloc_map[] = variable430 for (i = 0; i < sizeof (sh_reloc_map) / sizeof (struct elf_reloc_map); i++) in sh_elf_reloc_type_lookup()432 if (sh_reloc_map[i].bfd_reloc_val == code) in sh_elf_reloc_type_lookup()433 return get_howto_table (abfd) + (int) sh_reloc_map[i].elf_reloc_val; in sh_elf_reloc_type_lookup()
1201 (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.6207 (sh_reloc_map): Likewise.9035 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't10355 (sh_reloc_map): Map them.
1969 (sh_reloc_map): Add FDPIC and movi20 relocations.
3307 (sh_reloc_map): Map BFD_RELOC_8_PCREL to R_SH_SWITCH8.
6950 (sh_reloc_map): Add new relocs.