Home
last modified time | relevance | path

Searched refs:tic54x_howto_table (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-tic54x.c167 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)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-tic54x.c168 reloc_howto_type tic54x_howto_table[] = variable
244 return &tic54x_howto_table[0];
246 return &tic54x_howto_table[1];
248 return &tic54x_howto_table[2];
250 return &tic54x_howto_table[3];
252 return &tic54x_howto_table[4];
254 return &tic54x_howto_table[5];
256 return &tic54x_howto_table[12];
273 for (i = 0; i < sizeof tic54x_howto_table/sizeof tic54x_howto_table[0]; i++)
275 if (tic54x_howto_table[i].type == dst->r_type)
[all …]