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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arc.c122 struct arc_reloc_map struct
128 static const struct arc_reloc_map arc_reloc_map[] = variable in typeref:struct:arc_reloc_map
143 for (i = ARRAY_SIZE (arc_reloc_map); i--;)
144 if (arc_reloc_map[i].bfd_reloc_val == code)
145 return elf_arc_howto_table + arc_reloc_map[i].elf_reloc_val;

Completed in 416 milliseconds