Home | History | Annotate | Download | only in bfd

Lines Matching refs:howto

157     HOWTO (R_RELWORD,0,1,16,FALSE,0,complain_overflow_dont,
161 HOWTO (R_PARTLS7,0,1,7,FALSE,0,complain_overflow_dont,
166 HOWTO (R_PARTMS9,7,1,9,FALSE,0,complain_overflow_dont,
170 HOWTO (R_EXTWORD,0,2,23,FALSE,0,complain_overflow_dont,
174 HOWTO (R_EXTWORD16,0,1,16,FALSE,0,complain_overflow_dont,
178 HOWTO (R_EXTWORDMS7,16,1,7,FALSE,0,complain_overflow_dont,
183 HOWTO (R_RELWORD,0,1,16,FALSE,0,complain_overflow_dont,
187 HOWTO (R_PARTLS7,0,1,7,FALSE,0,complain_overflow_dont,
192 HOWTO (R_PARTMS9,7,1,9,FALSE,0,complain_overflow_dont,
196 HOWTO (R_EXTWORD,0,2,23,FALSE,0,complain_overflow_dont,
200 HOWTO (R_EXTWORD16,0,1,16,FALSE,0,complain_overflow_dont,
204 HOWTO (R_EXTWORDMS7,16,1,7,FALSE,0,complain_overflow_dont,
208 HOWTO (R_RELLONG,0,2,32,FALSE,0,complain_overflow_dont,
216 bfd/reloc.c) to map to the howto table entries. */
259 /* Code to turn a r_type into a howto ptr, uses the above howto table.
273 internal->howto = tic54x_howto_table + i + bank;
308 return genrel.howto;
395 /* Fill in the relent->howto field from reloc->r_type. */