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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-sparc.c118 static const struct coff_reloc_map sparc_reloc_map[] = variable in typeref:struct:coff_reloc_map
152 for (i = 0; i < sizeof (sparc_reloc_map) / sizeof (struct coff_reloc_map); i++)
154 if (sparc_reloc_map[i].bfd_reloc_val == code)
155 return &coff_sparc_howto_table[(int) sparc_reloc_map[i].coff_reloc_val];
H A Delfxx-sparc.c273 static const struct elf_reloc_map sparc_reloc_map[] = variable in typeref:struct:elf_reloc_map
375 i < sizeof (sparc_reloc_map) / sizeof (struct elf_reloc_map);
378 if (sparc_reloc_map[i].bfd_reloc_val == code)
380 + (int) sparc_reloc_map[i].elf_reloc_val);

Completed in 92 milliseconds