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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mips.c1177 struct elf_reloc_map { struct
1182 static const struct elf_reloc_map mips_reloc_map[] =
1221 static const struct elf_reloc_map mips16_reloc_map[] =
1238 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map);
1245 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
H A Delfn32-mips.c1985 struct elf_reloc_map {
1990 static const struct elf_reloc_map mips_reloc_map[] =
2042 static const struct elf_reloc_map mips16_reloc_map[] =
2062 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map);
2069 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
1981 struct elf_reloc_map { struct
H A Delf64-mips.c2142 struct elf_reloc_map {
2147 static const struct elf_reloc_map mips_reloc_map[] =
2199 static const struct elf_reloc_map mips16_reloc_map[] =
2219 for (i = 0; i < sizeof (mips_reloc_map) / sizeof (struct elf_reloc_map);
2226 for (i = 0; i < sizeof (mips16_reloc_map) / sizeof (struct elf_reloc_map);
2137 struct elf_reloc_map { struct
H A Delf64-alpha.c1009 struct elf_reloc_map
1015 static const struct elf_reloc_map elf64_alpha_reloc_map[] =
1055 const struct elf_reloc_map *i, *e;
1057 e += sizeof (elf64_alpha_reloc_map) / sizeof (struct elf_reloc_map);
1005 struct elf_reloc_map struct
H A Delf64-x86-64.c163 struct elf_reloc_map struct
169 static const struct elf_reloc_map x86_64_reloc_map[] =
239 for (i = 0; i < sizeof (x86_64_reloc_map) / sizeof (struct elf_reloc_map);
H A Delfxx-sparc.c268 struct elf_reloc_map { struct
273 static const struct elf_reloc_map sparc_reloc_map[] =
375 i < sizeof (sparc_reloc_map) / sizeof (struct elf_reloc_map);

Completed in 76 milliseconds