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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-h8300.c225 static const struct elf_reloc_map h8_reloc_map[] = { variable in typeref:struct:elf_reloc_map
246 for (i = 0; i < sizeof (h8_reloc_map) / sizeof (struct elf_reloc_map); i++)
248 if (h8_reloc_map[i].bfd_reloc_val == code)
249 return &h8_elf_howto_table[(int) h8_reloc_map[i].howto_index];

Completed in 181 milliseconds