Home | History | Annotate | Download | only in bfd

Lines Matching defs:howto

64   HOWTO (IMAGE_REL_MCORE_ABSOLUTE,/* type */
78 HOWTO (IMAGE_REL_MCORE_ADDR32,/* type */
94 HOWTO (IMAGE_REL_MCORE_PCREL_IMM8BY4, /* type */
111 HOWTO (IMAGE_REL_MCORE_PCREL_IMM11BY2,/* type */
126 HOWTO (IMAGE_REL_MCORE_PCREL_IMM4BY2, /* type */
141 HOWTO (IMAGE_REL_MCORE_PCREL_32,/* type */
162 HOWTO (IMAGE_REL_MCORE_PCREL_JSR_IMM11BY2,/* type */
176 HOWTO (IMAGE_REL_MCORE_RVA, /* type */
247 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
251 reloc_entry->howto->name,
252 reloc_entry->howto->type);
300 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
310 reloc_howto_type * howto;
315 howto = mcore_coff_howto_table + rel->r_type;
320 else if (howto->pc_relative)
336 return howto;
343 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type * howto)
345 return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA;
395 reloc_howto_type * howto = NULL;
415 /* Get the howto and initialise the addend. */
416 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
418 if (howto == NULL)
487 input_bfd, input_section, howto->name,
499 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
504 (howto, input_bfd,
513 && pe_data (output_bfd)->in_reloc_p (output_bfd, howto)
528 (info, (h ? &h->root : NULL), my_name, howto->name,
548 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;}