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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-sparc.c137 static const struct coff_reloc_map sparc_reloc_map[] = variable in typeref:struct:coff_reloc_map
171 for (i = 0; i < sizeof (sparc_reloc_map) / sizeof (struct coff_reloc_map); i++)
173 if (sparc_reloc_map[i].bfd_reloc_val == code)
174 return &coff_sparc_howto_table[(int) sparc_reloc_map[i].coff_reloc_val];
H A Delf32-sparc.c202 static const struct elf_reloc_map sparc_reloc_map[] =
296 i < sizeof (sparc_reloc_map) / sizeof (struct elf_reloc_map);
299 if (sparc_reloc_map[i].bfd_reloc_val == code)
301 + (int) sparc_reloc_map[i].elf_reloc_val);
201 static const struct elf_reloc_map sparc_reloc_map[] = variable in typeref:struct:elf_reloc_map
H A Delf64-sparc.c212 static const struct elf_reloc_map sparc_reloc_map[] =
300 for (i = 0; i < sizeof (sparc_reloc_map) / sizeof (struct elf_reloc_map); i++)
302 if (sparc_reloc_map[i].bfd_reloc_val == code)
303 return &sparc64_elf_howto_table[(int) sparc_reloc_map[i].elf_reloc_val];
211 static const struct elf_reloc_map sparc_reloc_map[] = variable in typeref:struct:elf_reloc_map

Completed in 58 milliseconds