Home
last modified time | relevance | path

Searched refs:mips_reloc_map (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-mips.c1979 static const struct elf_reloc_map mips_reloc_map[] = variable
2096 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
2099 if (mips_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
2100 return &howto_table[(int) mips_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delfn32-mips.c3190 static const struct elf_reloc_map mips_reloc_map[] = variable
3307 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
3310 if (mips_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
3311 return &howto_table[(int) mips_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delf64-mips.c3374 static const struct elf_reloc_map mips_reloc_map[] = variable
3490 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf64_bfd_reloc_type_lookup()
3493 if (mips_reloc_map[i].bfd_val == code) in bfd_elf64_bfd_reloc_type_lookup()
3494 return &howto_table[(int) mips_reloc_map[i].elf_val]; in bfd_elf64_bfd_reloc_type_lookup()
DChangeLog-2005318 (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
324 (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
330 (mips_reloc_map): Map BFD_RELOC_16_PCREL_S2 to R_MIPS_PC16.
4286 (mips_reloc_map): Add TLS relocs.
4287 * elf32-mips.c (elf_mips_howto_table_rel, mips_reloc_map): Likewise.
4289 (mips_elf64_howto_table_rela, mips_reloc_map): Likewise.
DChangeLog-20141469 (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2,
1476 (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2,
DChangeLog-96971845 (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
3203 (mips_reloc_map): Add entry for BFD_RELOC_64.
4202 * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
5860 * elf32-mips.c (mips_reloc_map): Map new relocs.
DChangeLog-02034142 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
4148 (mips_reloc_map): Map to rightshifted BFD reloc.
7089 * elf32-mips.c (mips_reloc_map): Fix typo.
7361 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
8995 (mips_reloc_map): Add comment.
DChangeLog-0001706 * elf32-mips.c (mips_reloc_map): Likewise. Replace
708 * elf64-mips.c (mips_reloc_map): Likewise.
DChangeLog-20091316 * elf32-mips.c (mips_reloc_map): Add BFD_RELOC_MIPS_JALR.
DChangeLog-9193874 * elf32-mips.c (mips_reloc_map): Handle new relocs.