Lines Matching refs:tic54x_howto_table
167 reloc_howto_type tic54x_howto_table[] = variable
243 return &tic54x_howto_table[0];
245 return &tic54x_howto_table[1];
247 return &tic54x_howto_table[2];
249 return &tic54x_howto_table[3];
251 return &tic54x_howto_table[4];
253 return &tic54x_howto_table[5];
255 return &tic54x_howto_table[12];
272 for (i = 0; i < sizeof tic54x_howto_table/sizeof tic54x_howto_table[0]; i++)
274 if (tic54x_howto_table[i].type == dst->r_type)
276 internal->howto = tic54x_howto_table + i + bank;