Home | History | Annotate | Download | only in bfd

Lines Matching full:relocation

150   /* A 7 bit PC relative relocation.  */
165 /* A 13 bit PC relative relocation. */
180 /* A 16 bit absolute relocation. */
195 /* A 16 bit absolute relocation for command address
210 /* A low 8 bit absolute relocation of 16 bit address.
225 /* A high 8 bit absolute relocation of 16 bit address.
240 /* A high 6 bit absolute relocation of 22 bit address.
256 /* A negative low 8 bit absolute relocation of 16 bit address.
271 /* A negative high 8 bit absolute relocation of 16 bit address.
286 /* A negative high 6 bit absolute relocation of 22 bit address.
301 /* A low 8 bit absolute relocation of 24 bit program memory address.
316 /* A low 8 bit absolute relocation of 24 bit program memory address.
331 /* A low 8 bit absolute relocation of 24 bit program memory address.
346 /* A low 8 bit absolute relocation of 24 bit program memory address.
361 /* A low 8 bit absolute relocation of 24 bit program memory address.
376 /* A low 8 bit absolute relocation of 24 bit program memory address.
391 /* Relocation for CALL command in ATmega. */
405 /* A 16 bit absolute relocation of 16 bit address.
420 /* A 6 bit absolute relocation of 6 bit offset.
435 /* A 6 bit absolute relocation of 6 bit offset.
478 /* A low 8 bit absolute relocation of 24 bit program memory address.
493 /* A low 8 bit absolute relocation of 24 bit program memory address.
868 avr_stub_is_required_for_16_bit_reloc (bfd_vma relocation)
870 return (relocation >= 0x020000);
895 /* Perform a diff relocation. Nothing to do, as the difference value is already
911 /* Perform a single relocation. By default we use the standard BFD
920 bfd_vma relocation,
939 relocation;
957 srel = (bfd_signed_vma) relocation;
997 srel = (bfd_signed_vma) relocation + rel->r_addend;
1005 srel = (bfd_signed_vma) relocation + rel->r_addend;
1018 srel = (bfd_signed_vma) relocation + rel->r_addend;
1030 srel = (bfd_signed_vma) relocation + rel->r_addend;
1041 srel = (bfd_signed_vma) relocation + rel->r_addend;
1050 srel = (bfd_signed_vma) relocation + rel->r_addend;
1059 srel = (bfd_signed_vma) relocation + rel->r_addend;
1068 srel = (bfd_signed_vma) relocation + rel->r_addend;
1077 srel = (bfd_signed_vma) relocation + rel->r_addend;
1087 srel = (bfd_signed_vma) relocation + rel->r_addend;
1097 srel = (bfd_signed_vma) relocation + rel->r_addend;
1110 srel = (bfd_signed_vma) relocation + rel->r_addend;
1143 srel = (bfd_signed_vma) relocation + rel->r_addend;
1174 srel = (bfd_signed_vma) relocation + rel->r_addend;
1186 srel = (bfd_signed_vma) relocation + rel->r_addend;
1198 srel = (bfd_signed_vma) relocation + rel->r_addend;
1211 srel = (bfd_signed_vma) relocation + rel->r_addend;
1224 srel = (bfd_signed_vma) relocation + rel->r_addend;
1237 srel = (bfd_signed_vma) relocation + rel->r_addend;
1272 srel = (bfd_signed_vma) relocation + rel->r_addend;
1283 srel = (bfd_signed_vma) relocation + rel->r_addend;
1293 srel = (bfd_signed_vma) relocation + rel->r_addend;
1304 relocation, rel->r_addend);
1342 bfd_vma relocation;
1358 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1370 h, sec, relocation,
1384 contents, rel, relocation, htab);
1409 msg = _("internal error: unsupported relocation error");
1413 msg = _("internal error: dangerous relocation");
1617 /* Returns whether the relocation type passed is a diff reloc. */
1766 printf ("Relocation at address 0x%x needs to be moved.\n"
1841 printf ("Checking if the relocation's "
1844 "Address of relocation target: 0x%x \n"
1864 printf ("Relocation's addend needed to be fixed \n");
2207 /* Mask out the relocation bits. */
2225 /* Fix the relocation's type. */
2417 instruction and that there is no local relocation
2549 " is target of a relocation.\n",
3121 /* Now examine each relocation. */