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 = howto_table + (dst)->r_type;
389 /* Convert an rtype to howto for the COFF backend linker. */
400 reloc_howto_type *howto;
402 howto = howto_table + rel->r_type;
408 if (howto->pc_relative)
442 if (howto->pc_relative)
460 return howto;
467 /* Get the howto structure for a generic reloc type. */
624 reloc_howto_type *howto;
650 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
652 if (howto == NULL)
659 if (howto->pc_relative && howto->pcrel_offset)