Home
last modified time | relevance | path

Searched refs:d30v_reloc_map (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-d30v.c453 struct d30v_reloc_map struct
459 static const struct d30v_reloc_map d30v_reloc_map[] = variable
483 i < sizeof (d30v_reloc_map) / sizeof (struct d30v_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
486 if (d30v_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
487 return &elf_d30v_howto_table[d30v_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
DChangeLog-98992761 * elf32-d30v.c (struct d30v_reloc_map): Ditto.