Home | History | Annotate | Download | only in bfd

Lines Matching refs:howto

1111    into bfd_perform_relocation, all the reloc types use this howto
1126 && (! reloc_entry->howto->partial_inplace
7913 /* Check whether we really have an ELF howto. */
7918 reloc_howto_type *howto;
7923 if (areloc->howto->pc_relative)
7925 switch (areloc->howto->bitsize)
7949 howto = bfd_reloc_type_lookup (abfd, code);
7951 if (areloc->howto->pcrel_offset != howto->pcrel_offset)
7953 if (howto->pcrel_offset)
7961 switch (areloc->howto->bitsize)
7985 howto = bfd_reloc_type_lookup (abfd, code);
7988 if (howto)
7989 areloc->howto = howto;
7999 abfd, areloc->howto->name);