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

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-mips.c1238 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
1262 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
1265 if (mips16_reloc_map[i].bfd_val == code)
1266 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
H A Delfn32-mips.c2036 static const struct elf_reloc_map mips16_reloc_map[] =
2063 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2066 if (mips16_reloc_map[i].bfd_val == code)
2067 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2032 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
H A Delf64-mips.c2205 static const struct elf_reloc_map mips16_reloc_map[] =
2232 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2235 if (mips16_reloc_map[i].bfd_val == code)
2236 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2200 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map

Completed in 125 milliseconds