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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-s12z.c98 static reloc_howto_type elf_s12z_howto_table[] = variable
259 return &elf_s12z_howto_table[s12z_reloc_map[i].elf_reloc_val];
275 i < (sizeof (elf_s12z_howto_table)
276 / sizeof (elf_s12z_howto_table[0]));
278 if (elf_s12z_howto_table[i].name != NULL
279 && strcasecmp (elf_s12z_howto_table[i].name, r_name) == 0)
280 return &elf_s12z_howto_table[i];
302 cache_ptr->howto = &elf_s12z_howto_table[r_type];
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-s12z.c98 static reloc_howto_type elf_s12z_howto_table[] = variable
259 return &elf_s12z_howto_table[s12z_reloc_map[i].elf_reloc_val];
275 i < (sizeof (elf_s12z_howto_table)
276 / sizeof (elf_s12z_howto_table[0]));
278 if (elf_s12z_howto_table[i].name != NULL
279 && strcasecmp (elf_s12z_howto_table[i].name, r_name) == 0)
280 return &elf_s12z_howto_table[i];
302 cache_ptr->howto = &elf_s12z_howto_table[r_type];
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-s12z.c98 static reloc_howto_type elf_s12z_howto_table[] = variable
259 return &elf_s12z_howto_table[s12z_reloc_map[i].elf_reloc_val];
275 i < (sizeof (elf_s12z_howto_table)
276 / sizeof (elf_s12z_howto_table[0]));
278 if (elf_s12z_howto_table[i].name != NULL
279 && strcasecmp (elf_s12z_howto_table[i].name, r_name) == 0)
280 return &elf_s12z_howto_table[i];
302 cache_ptr->howto = &elf_s12z_howto_table[r_type];
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-s12z.c98 static reloc_howto_type elf_s12z_howto_table[] = variable
259 return &elf_s12z_howto_table[s12z_reloc_map[i].elf_reloc_val];
275 i < (sizeof (elf_s12z_howto_table)
276 / sizeof (elf_s12z_howto_table[0]));
278 if (elf_s12z_howto_table[i].name != NULL
279 && strcasecmp (elf_s12z_howto_table[i].name, r_name) == 0)
280 return &elf_s12z_howto_table[i];
302 cache_ptr->howto = &elf_s12z_howto_table[r_type];

Completed in 229 milliseconds