Home | History | Annotate | Download | only in bfd

Lines Matching refs: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);
299 ((cache_ptr)->howto = \
312 reloc_howto_type * howto;
317 howto = mcore_coff_howto_table + rel->r_type;
322 else if (howto->pc_relative)
338 return howto;
345 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type * howto)
347 return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA;
397 reloc_howto_type * howto = NULL;
417 /* Get the howto and initialise the addend. */
418 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
420 if (howto == NULL)
486 input_bfd, input_section, howto->name,
498 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
503 (howto, input_bfd,
512 && pe_data (output_bfd)->in_reloc_p (output_bfd, howto)
527 (info, (h ? &h->root : NULL), my_name, howto->name,
546 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;}