Home | History | Annotate | Download | only in bfd

Lines Matching full:relocation

59   /* A 10 bit PC relative relocation.  */
74 /* A 16 bit absolute relocation. */
89 /* A 16 bit PC relative relocation for command address. */
104 /* A 16 bit absolute relocation, byte operations. */
119 /* A 16 bit absolute relocation for command address. */
134 /* A 10 bit PC relative relocation for complicated polymorphs. */
149 /* A 16 bit relaxable relocation for command address. */
164 /* A 8-bit absolute relocation. */
452 /* A 10 bit PC relative relocation. */
467 /* A 10 bit PC relative relocation for complicated polymorphs. */
673 /* Perform a single relocation. By default we use the standard BFD
682 bfd_vma relocation,
696 /* See if we have a REL type relocation. */
698 /* Sanity check - only one type of relocation per section.
702 /* If we are using a REL relocation then the addend should be empty. */
721 if (relocation == sym_diff_value
723 ++ relocation;
729 relocation -= sym_diff_value;
742 relocation -= sym_diff_value;
761 sym_diff_value = relocation;
766 srel = (bfd_signed_vma) relocation;
776 srel = (bfd_signed_vma) relocation;
801 _("Try enabling relaxation to avoid relocation truncations"),
802 NULL, input_bfd, input_section, relocation);
817 srel = (bfd_signed_vma) relocation;
840 srel = (bfd_signed_vma) relocation;
859 srel = (bfd_signed_vma) relocation;
876 srel = (bfd_signed_vma) relocation;
899 srel = (bfd_signed_vma) relocation;
922 srel = (bfd_signed_vma) relocation;
932 srel = (bfd_signed_vma) relocation;
947 srel = (bfd_signed_vma) relocation;
967 srel = (bfd_signed_vma) relocation;
988 srel = (bfd_signed_vma) relocation;
1007 srel = (bfd_signed_vma) relocation;
1022 srel = (bfd_signed_vma) relocation;
1030 srel = (bfd_signed_vma) relocation;
1052 srel = (bfd_signed_vma) relocation;
1065 srel = (bfd_signed_vma) relocation;
1079 relocation, rel->r_addend);
1086 srel = (bfd_signed_vma) relocation;
1109 _("Try enabling relaxation to avoid relocation truncations"),
1110 NULL, input_bfd, input_section, relocation);
1124 srel = (bfd_signed_vma) relocation;
1154 srel = (bfd_signed_vma) relocation;
1169 srel = (bfd_signed_vma) relocation;
1181 srel = (bfd_signed_vma) relocation;
1188 srel = (bfd_signed_vma) relocation;
1199 srel = (bfd_signed_vma) relocation;
1210 sym_diff_value = relocation;
1216 relocation, rel->r_addend);
1250 bfd_vma relocation;
1271 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1283 h, sec, relocation,
1296 contents, rel, relocation, info);
1321 msg = _("internal error: unsupported relocation error");
1325 msg = _("internal error: dangerous relocation");
1935 /* Update the relocation to point to the inserted branch
1950 relocation into a 16-bit absolute relocation. */
2112 /* Fix the relocation's type. */
2413 There is one relocation marked as requiring RELA - R_MSP430_ABS_HI16 - but