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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mips.c1182 static const struct elf_reloc_map mips_reloc_map[] = variable in typeref:struct:elf_reloc_map
1238 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map);
1241 if (mips_reloc_map[i].bfd_val == code)
1242 return &howto_table[(int) mips_reloc_map[i].elf_val];
H A Delfn32-mips.c1990 static const struct elf_reloc_map mips_reloc_map[] =
2062 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map);
2065 if (mips_reloc_map[i].bfd_val == code)
2066 return &howto_table[(int) mips_reloc_map[i].elf_val];
1986 static const struct elf_reloc_map mips_reloc_map[] = variable in typeref:struct:elf_reloc_map
H A Delf64-mips.c2147 static const struct elf_reloc_map mips_reloc_map[] =
2219 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map);
2222 if (mips_reloc_map[i].bfd_val == code)
2223 return &howto_table[(int) mips_reloc_map[i].elf_val];
2142 static const struct elf_reloc_map mips_reloc_map[] = variable in typeref:struct:elf_reloc_map

Completed in 126 milliseconds