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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-m10200.c62 static reloc_howto_type elf_mn10200_howto_table[] = { variable
206 return &elf_mn10200_howto_table[mn10200_reloc_map[i].elf_reloc_val];
219 i < (sizeof (elf_mn10200_howto_table)
220 / sizeof (elf_mn10200_howto_table[0]));
222 if (elf_mn10200_howto_table[i].name != NULL
223 && strcasecmp (elf_mn10200_howto_table[i].name, r_name) == 0)
224 return &elf_mn10200_howto_table[i];
241 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
384 howto = elf_mn10200_howto_table + r_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-m10200.c62 static reloc_howto_type elf_mn10200_howto_table[] = { variable
206 return &elf_mn10200_howto_table[mn10200_reloc_map[i].elf_reloc_val];
219 i < (sizeof (elf_mn10200_howto_table)
220 / sizeof (elf_mn10200_howto_table[0]));
222 if (elf_mn10200_howto_table[i].name != NULL
223 && strcasecmp (elf_mn10200_howto_table[i].name, r_name) == 0)
224 return &elf_mn10200_howto_table[i];
241 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
384 howto = elf_mn10200_howto_table + r_type;

Completed in 101 milliseconds