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);
384 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
394 /* Perform a single relocation. By default we use the standard BFD
403 bfd_vma relocation)
413 relocation += rel->r_addend;
415 if (relocation > ((1 << 20) - 1))
419 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
425 relocation += rel->r_addend;
426 bfd_put_32 (input_bfd, relocation, contents);
431 srel = (bfd_signed_vma) relocation;
448 srel = (bfd_signed_vma) relocation;
468 relocation, rel->r_addend);
531 bfd_vma relocation;
553 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
565 h, sec, relocation,
580 contents, rel, relocation);
604 msg = _("internal error: unsupported relocation error");
608 msg = _("internal error: dangerous relocation");
627 relocation. */
687 /* This relocation describes the C++ object vtable hierarchy.
694 /* This relocation describes which C++ vtable entries are actually