Home
last modified time | relevance | path

Searched refs:genrel (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-tic4x.c196 arelent genrel; in coff_tic4x_rtype_to_howto() local
204 tic4x_lookup_howto (&genrel, rel); in coff_tic4x_rtype_to_howto()
206 return genrel.howto; in coff_tic4x_rtype_to_howto()
Dcoff-tic80.c455 arelent genrel; in coff_tic80_rtype_to_howto() local
464 RTYPE2HOWTO (&genrel, rel); in coff_tic80_rtype_to_howto()
465 return genrel.howto; in coff_tic80_rtype_to_howto()
Dcoff-tic54x.c296 arelent genrel; in coff_tic54x_rtype_to_howto() local
306 tic54x_lookup_howto (&genrel, rel); in coff_tic54x_rtype_to_howto()
308 return genrel.howto; in coff_tic54x_rtype_to_howto()
Dcoffcode.h5318 arelent genrel; in coff_rtype_to_howto() local
5320 genrel.howto = NULL; in coff_rtype_to_howto()
5321 RTYPE2HOWTO (&genrel, rel); in coff_rtype_to_howto()
5322 return genrel.howto; in coff_rtype_to_howto()
DChangeLog-20072403 * coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.