Searched refs:tic4x_howto_table (Results 1 – 2 of 2) sorted by relevance
93 reloc_howto_type tic4x_howto_table[] = variable110 #define HOWTO_SIZE (sizeof(tic4x_howto_table) / sizeof(tic4x_howto_table[0]))142 if (tic4x_howto_table[i].type == type) in tic4x_coff_reloc_type_lookup()143 return tic4x_howto_table + i; in tic4x_coff_reloc_type_lookup()155 i < sizeof (tic4x_howto_table) / sizeof (tic4x_howto_table[0]); in tic4x_coff_reloc_name_lookup()157 if (tic4x_howto_table[i].name != NULL in tic4x_coff_reloc_name_lookup()158 && strcasecmp (tic4x_howto_table[i].name, r_name) == 0) in tic4x_coff_reloc_name_lookup()159 return &tic4x_howto_table[i]; in tic4x_coff_reloc_name_lookup()176 if (tic4x_howto_table[i].type == dst->r_type) in tic4x_lookup_howto()178 internal->howto = tic4x_howto_table + i + bank; in tic4x_lookup_howto()
5591 * coff-tic4x.c (tic4x_howto_table): Formatting fixup