Home
last modified time | relevance | path

Searched refs:sh_reloc_map (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-sh.c474 static const struct shcoff_reloc_map sh_reloc_map[] = variable
482 static const struct shcoff_reloc_map sh_reloc_map[] = variable
500 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()
Delf32-sh.c320 static const struct elf_reloc_map sh_reloc_map[] = variable
430 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()
DChangeLog-02031201 (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't
10355 (sh_reloc_map): Map them.
DChangeLog-20101969 (sh_reloc_map): Add FDPIC and movi20 relocations.
DChangeLog-98993307 (sh_reloc_map): Map BFD_RELOC_8_PCREL to R_SH_SWITCH8.
DChangeLog-00016950 (sh_reloc_map): Add new relocs.