Searched refs:elf_d30v_howto_table (Results 1 – 3 of 3) sorted by relevance
252 static reloc_howto_type elf_d30v_howto_table[] = variable487 return &elf_d30v_howto_table[d30v_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()500 i < sizeof (elf_d30v_howto_table) / sizeof (elf_d30v_howto_table[0]); in bfd_elf32_bfd_reloc_name_lookup()502 if (elf_d30v_howto_table[i].name != NULL in bfd_elf32_bfd_reloc_name_lookup()503 && strcasecmp (elf_d30v_howto_table[i].name, r_name) == 0) in bfd_elf32_bfd_reloc_name_lookup()504 return &elf_d30v_howto_table[i]; in bfd_elf32_bfd_reloc_name_lookup()524 cache_ptr->howto = &elf_d30v_howto_table[r_type]; in d30v_info_to_howto_rel()542 cache_ptr->howto = &elf_d30v_howto_table[r_type]; in d30v_info_to_howto_rela()
1669 * elf32-d30v.c (elf_d30v_howto_table): Changed size of1932 * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
4007 * elf32-d30v.c (elf_d30v_howto_table): Likewise.