Home | History | Annotate | Download | only in bfd

Lines Matching defs:howto

96   x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
100 reloc_howto_type *howto = reloc_entry->howto;
103 switch (howto->size)
146 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto)
148 return ! howto->pc_relative && howto->type != MIPS_R_RVA;
161 HOWTO (MIPS_R_ABSOLUTE, /* Type. */
176 HOWTO (MIPS_R_REFHALF, /* Type. */
191 HOWTO (MIPS_R_REFWORD, /* Type. */
206 HOWTO (MIPS_R_JMPADDR, /* Type. */
225 HOWTO (MIPS_R_REFHI, /* Type. */
240 HOWTO (MIPS_R_REFLO, /* Type. */
256 HOWTO (MIPS_R_GPREL, /* Type. */
272 HOWTO (MIPS_R_LITERAL, /* Type. */
312 HOWTO (MIPS_R_RVA, /* Type. */
327 HOWTO (MIPS_R_PAIR, /* Type. */
344 /* Turn a howto into a reloc nunmber. */
346 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; }
353 ((cache_ptr)->howto = \
392 /* Convert an rtype to howto for the COFF backend linker. */
403 reloc_howto_type *howto;
405 howto = howto_table + rel->r_type;
411 if (howto->pc_relative)
445 if (howto->pc_relative)
463 return howto;
470 /* Get the howto structure for a generic reloc type. */
627 reloc_howto_type *howto;
653 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
655 if (howto == NULL)
662 if (howto->pc_relative && howto->pcrel_offset)