Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-arc.c345 struct arc_reloc_map struct
353 static const struct arc_reloc_map arc_reloc_map[] = variable
394 for (i = ARRAY_SIZE (arc_reloc_map); i--;) in arc_elf32_bfd_reloc_type_lookup()
396 if (arc_reloc_map[i].bfd_reloc_val == code) in arc_elf32_bfd_reloc_type_lookup()
397 return arc_elf_howto (arc_reloc_map[i].elf_reloc_val); in arc_elf32_bfd_reloc_type_lookup()
DChangeLog-98992759 * elf32-arc.c (struct arc_reloc_map): Ditto.