Lines Matching refs:tic54x_howto_table
149 reloc_howto_type tic54x_howto_table[] = variable
225 return &tic54x_howto_table[0]; in tic54x_coff_reloc_type_lookup()
227 return &tic54x_howto_table[1]; in tic54x_coff_reloc_type_lookup()
229 return &tic54x_howto_table[2]; in tic54x_coff_reloc_type_lookup()
231 return &tic54x_howto_table[3]; in tic54x_coff_reloc_type_lookup()
233 return &tic54x_howto_table[4]; in tic54x_coff_reloc_type_lookup()
235 return &tic54x_howto_table[5]; in tic54x_coff_reloc_type_lookup()
237 return &tic54x_howto_table[12]; in tic54x_coff_reloc_type_lookup()
250 i < sizeof (tic54x_howto_table) / sizeof (tic54x_howto_table[0]); in tic54x_coff_reloc_name_lookup()
252 if (tic54x_howto_table[i].name != NULL in tic54x_coff_reloc_name_lookup()
253 && strcasecmp (tic54x_howto_table[i].name, r_name) == 0) in tic54x_coff_reloc_name_lookup()
254 return &tic54x_howto_table[i]; in tic54x_coff_reloc_name_lookup()
270 for (i = 0; i < sizeof tic54x_howto_table/sizeof tic54x_howto_table[0]; i++) in tic54x_lookup_howto()
272 if (tic54x_howto_table[i].type == dst->r_type) in tic54x_lookup_howto()
274 internal->howto = tic54x_howto_table + i + bank; in tic54x_lookup_howto()