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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-mips.c1280 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
1306 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
1309 if (mips16_reloc_map[i].bfd_val == code)
1310 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
H A Delfn32-mips.c2127 static const struct elf_reloc_map mips16_reloc_map[] =
2156 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2159 if (mips16_reloc_map[i].bfd_val == code)
2160 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2122 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
H A Delf64-mips.c2312 static const struct elf_reloc_map mips16_reloc_map[] =
2341 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2344 if (mips16_reloc_map[i].bfd_val == code)
2345 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2306 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-mips.c1280 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
1306 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
1309 if (mips16_reloc_map[i].bfd_val == code)
1310 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
H A Delfn32-mips.c2125 static const struct elf_reloc_map mips16_reloc_map[] =
2154 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2157 if (mips16_reloc_map[i].bfd_val == code)
2158 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2120 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map
H A Delf64-mips.c2310 static const struct elf_reloc_map mips16_reloc_map[] =
2339 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2342 if (mips16_reloc_map[i].bfd_val == code)
2343 return &howto16_table[(int) mips16_reloc_map[i].elf_val];
2304 static const struct elf_reloc_map mips16_reloc_map[] = variable in typeref:struct:elf_reloc_map

Completed in 197 milliseconds