Home
last modified time | relevance | path

Searched refs:d10v_reloc_map (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-d10v.c172 struct d10v_reloc_map struct
178 static const struct d10v_reloc_map d10v_reloc_map[] = argument
198 i < sizeof (d10v_reloc_map) / sizeof (struct d10v_reloc_map); in bfd_elf32_bfd_reloc_type_lookup()
200 if (d10v_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
201 return &elf_d10v_howto_table[d10v_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
DChangeLog-98992760 * elf32-d10v.c (struct d10v_reloc_map): Ditto.
3447 (d10v_reloc_map d10v_reloc_map): Likewise.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-d10v.c195 struct d10v_reloc_map struct
201 static const struct d10v_reloc_map d10v_reloc_map[] = argument
222 i < sizeof (d10v_reloc_map) / sizeof (struct d10v_reloc_map);
225 if (d10v_reloc_map[i].bfd_reloc_val == code)
226 return &elf_d10v_howto_table[d10v_reloc_map[i].elf_reloc_val];
DChangeLog-98992760 * elf32-d10v.c (struct d10v_reloc_map): Ditto.
3447 (d10v_reloc_map d10v_reloc_map): Likewise.