Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xc16x.c173 struct xc16x_reloc_map struct
179 static const struct xc16x_reloc_map xc16x_reloc_map [] = argument
202 for (i = ARRAY_SIZE (xc16x_reloc_map); --i;) in xc16x_reloc_type_lookup()
203 if (xc16x_reloc_map [i].bfd_reloc_val == code) in xc16x_reloc_type_lookup()
204 return & xc16x_elf_howto_table [xc16x_reloc_map[i].xc16x_reloc_val]; in xc16x_reloc_type_lookup()