Home
last modified time | relevance | path

Searched refs:elf_d30v_howto_table (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-d30v.c252 static reloc_howto_type elf_d30v_howto_table[] = variable
487 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()
DChangeLog-96971669 * elf32-d30v.c (elf_d30v_howto_table): Changed size of
1932 * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
DChangeLog-20154007 * elf32-d30v.c (elf_d30v_howto_table): Likewise.