Searched refs:mips16_reloc_map (Results 1 – 3 of 3) sorted by relevance
1221 static const struct elf_reloc_map mips16_reloc_map[] = variable1245 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()
2038 static const struct elf_reloc_map mips16_reloc_map[] = variable2065 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()
2194 static const struct elf_reloc_map mips16_reloc_map[] = variable2221 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()