Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-mips.c2025 static const struct elf_reloc_map mips16_reloc_map[] = variable
2103 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
2106 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
2107 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delfn32-mips.c3248 static const struct elf_reloc_map mips16_reloc_map[] = variable
3314 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
3317 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
3318 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
Delf64-mips.c3432 static const struct elf_reloc_map mips16_reloc_map[] = variable
3497 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf64_bfd_reloc_type_lookup()
3500 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf64_bfd_reloc_type_lookup()
3501 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf64_bfd_reloc_type_lookup()
DChangeLog194 (mips16_reloc_map): Likewise.
197 (mips16_reloc_map): Likewise.
200 (mips16_reloc_map): Likewise.
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.