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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mips.c1221 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
1245 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
1248 if (mips16_reloc_map[i].bfd_val == code)
1249 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
H A Delfn32-mips.c2042 static const struct elf_reloc_map mips16_reloc_map[] =
2069 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2072 if (mips16_reloc_map[i].bfd_val == code)
2073 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2038 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
H A Delf64-mips.c2199 static const struct elf_reloc_map mips16_reloc_map[] =
2226 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2229 if (mips16_reloc_map[i].bfd_val == code)
2230 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2194 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map

Completed in 84 milliseconds