Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDelf32-mips.c1221 static const struct elf_reloc_map mips16_reloc_map[] = variable
1245 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
1248 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
1249 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
HDelfn32-mips.c2038 static const struct elf_reloc_map mips16_reloc_map[] = variable
2065 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
2068 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf32_bfd_reloc_type_lookup()
2069 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf32_bfd_reloc_type_lookup()
HDelf64-mips.c2194 static const struct elf_reloc_map mips16_reloc_map[] = variable
2221 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map); in bfd_elf64_bfd_reloc_type_lookup()
2224 if (mips16_reloc_map[i].bfd_val == code) in bfd_elf64_bfd_reloc_type_lookup()
2225 return &howto16_table[(int) mips16_reloc_map[i].elf_val]; in bfd_elf64_bfd_reloc_type_lookup()