Lines Matching refs:tic54x_howto_table
132 reloc_howto_type tic54x_howto_table[] = variable
208 return &tic54x_howto_table[0]; in tic54x_coff_reloc_type_lookup()
210 return &tic54x_howto_table[1]; in tic54x_coff_reloc_type_lookup()
212 return &tic54x_howto_table[2]; in tic54x_coff_reloc_type_lookup()
214 return &tic54x_howto_table[3]; in tic54x_coff_reloc_type_lookup()
216 return &tic54x_howto_table[4]; in tic54x_coff_reloc_type_lookup()
218 return &tic54x_howto_table[5]; in tic54x_coff_reloc_type_lookup()
220 return &tic54x_howto_table[12]; in tic54x_coff_reloc_type_lookup()
233 i < sizeof (tic54x_howto_table) / sizeof (tic54x_howto_table[0]); in tic54x_coff_reloc_name_lookup()
235 if (tic54x_howto_table[i].name != NULL in tic54x_coff_reloc_name_lookup()
236 && strcasecmp (tic54x_howto_table[i].name, r_name) == 0) in tic54x_coff_reloc_name_lookup()
237 return &tic54x_howto_table[i]; in tic54x_coff_reloc_name_lookup()
253 for (i = 0; i < sizeof tic54x_howto_table/sizeof tic54x_howto_table[0]; i++) in tic54x_lookup_howto()
255 if (tic54x_howto_table[i].type == dst->r_type) in tic54x_lookup_howto()
257 internal->howto = tic54x_howto_table + i + bank; in tic54x_lookup_howto()