Searched refs:xc16x_elf_howto_table (Results 1 – 1 of 1) sorted by relevance
30 static reloc_howto_type xc16x_elf_howto_table [] = variable204 return & xc16x_elf_howto_table [xc16x_reloc_map[i].xc16x_reloc_val]; in xc16x_reloc_type_lookup()216 i < sizeof (xc16x_elf_howto_table) / sizeof (xc16x_elf_howto_table[0]); in xc16x_reloc_name_lookup()218 if (xc16x_elf_howto_table[i].name != NULL in xc16x_reloc_name_lookup()219 && strcasecmp (xc16x_elf_howto_table[i].name, r_name) == 0) in xc16x_reloc_name_lookup()220 return &xc16x_elf_howto_table[i]; in xc16x_reloc_name_lookup()236 for (i = 0; i < ARRAY_SIZE (xc16x_elf_howto_table); i++) in elf32_xc16x_info_to_howto()237 if (xc16x_elf_howto_table[i].type == r) in elf32_xc16x_info_to_howto()239 bfd_reloc->howto = &xc16x_elf_howto_table[i]; in elf32_xc16x_info_to_howto()