Searched refs:genrel (Results 1 – 5 of 5) sorted by relevance
196 arelent genrel; in coff_tic4x_rtype_to_howto() local204 tic4x_lookup_howto (&genrel, rel); in coff_tic4x_rtype_to_howto()206 return genrel.howto; in coff_tic4x_rtype_to_howto()
455 arelent genrel; in coff_tic80_rtype_to_howto() local464 RTYPE2HOWTO (&genrel, rel); in coff_tic80_rtype_to_howto()465 return genrel.howto; in coff_tic80_rtype_to_howto()
296 arelent genrel; in coff_tic54x_rtype_to_howto() local306 tic54x_lookup_howto (&genrel, rel); in coff_tic54x_rtype_to_howto()308 return genrel.howto; in coff_tic54x_rtype_to_howto()
5318 arelent genrel; in coff_rtype_to_howto() local5320 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()
2403 * coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.