Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocation

52   /* An 8 bit absolute relocation.  */
67 /* A 20 bit absolute relocation. */
82 /* A 32 bit absolute relocation. */
97 /* A 32 bit into 48 bits absolute relocation. */
112 /* A 6 bit absolute relocation. */
127 /* An 8 bit absolute relocation. */
142 /* A 9 bit absolute relocation. */
157 /* A 10 bit absolute relocation. */
172 /* A PC relative 9 bit relocation, right shifted by 1. */
187 /* A PC relative 12 bit relocation, right shifted by 1. */
244 bfd_vma relocation;
261 relocation =
267 if (relocation > (((bfd_vma) 1 << 20) - 1))
271 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
289 bfd_vma relocation;
305 relocation =
311 bfd_put_32 (abfd, relocation, (char *) data + reloc_entry->address + 2);
386 /* Perform a single relocation. By default we use the standard BFD
395 bfd_vma relocation)
405 relocation += rel->r_addend;
407 if (relocation > ((1 << 20) - 1))
411 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
417 relocation += rel->r_addend;
418 bfd_put_32 (input_bfd, relocation, contents);
423 srel = (bfd_signed_vma) relocation;
440 srel = (bfd_signed_vma) relocation;
460 relocation, rel->r_addend);
523 bfd_vma relocation;
545 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
557 h, sec, relocation,
571 contents, rel, relocation);
596 msg = _("internal error: unsupported relocation error");
600 msg = _("internal error: dangerous relocation");
622 relocation. */
686 /* This relocation describes the C++ object vtable hierarchy.
693 /* This relocation describes which C++ vtable entries are actually