Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-arc.c121 struct arc_reloc_map struct
127 static const struct arc_reloc_map arc_reloc_map[] = argument
142 for (i = ARRAY_SIZE (arc_reloc_map); i--;) in bfd_elf32_bfd_reloc_type_lookup()
143 if (arc_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
144 return elf_arc_howto_table + arc_reloc_map[i].elf_reloc_val; in bfd_elf32_bfd_reloc_type_lookup()
DChangeLog-98992759 * elf32-arc.c (struct arc_reloc_map): Ditto.