Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-mips.c2010 static const struct elf_reloc_map mips16_reloc_map[] = variable
2087 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
2090 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
2091 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delfn32-mips.c3218 static const struct elf_reloc_map mips16_reloc_map[] = variable
3283 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
3286 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
3287 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delf64-mips.c3402 static const struct elf_reloc_map mips16_reloc_map[] = variable
3466 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf64_bfd_reloc_type_lookup()
3469 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf64_bfd_reloc_type_lookup()
3470 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf64_bfd_reloc_type_lookup()
DChangeLog-20054541 (mips16_reloc_map): New reloc map for MIPS16 relocs.
4542 (bfd_elf32_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
4559 (mips16_reloc_map): New reloc map for MIPS16 relocs.
4560 (bfd_elf64_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
4573 (mips16_reloc_map): New reloc map for MIPS16 relocs.
4574 (bfd_elf32_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
DChangeLog-201171 (mips16_reloc_map): Add BFD_RELOC_MIPS16_TLS_* to R_MIPS16_TLS_*
75 (mips16_reloc_map): Add BFD_RELOC_MIPS16_TLS_* to R_MIPS16_TLS_*
79 (mips16_reloc_map): Add BFD_RELOC_MIPS16_TLS_* to R_MIPS16_TLS_*
DChangeLog-20081501 (mips16_reloc_map): Add mappings.
1505 (mips16_reloc_map): Add mappings.
1509 (mips16_reloc_map): Add mappings.