Lines Matching defs:relocation

69   /* An 8 bit absolute relocation.  */
84 /* A 20 bit absolute relocation. */
99 /* A 32 bit absolute relocation. */
114 /* A 32 bit into 48 bits absolute relocation. */
129 /* A 6 bit absolute relocation. */
144 /* An 8 bit absolute relocation. */
159 /* A 9 bit absolute relocation. */
174 /* A 10 bit absolute relocation. */
189 /* A PC relative 9 bit relocation, right shifted by 1. */
204 /* A PC relative 12 bit relocation, right shifted by 1. */
263 bfd_vma relocation;
280 relocation =
286 if (relocation > (((bfd_vma) 1 << 20) - 1))
290 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
310 bfd_vma relocation;
326 relocation =
332 bfd_put_32 (abfd, relocation, (char *) data + reloc_entry->address + 2);
394 /* Perform a single relocation. By default we use the standard BFD
399 relocation)
405 bfd_vma relocation;
415 relocation += rel->r_addend;
417 if (relocation > ((1 << 20) - 1))
421 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
427 relocation += rel->r_addend;
428 bfd_put_32 (input_bfd, relocation, contents);
433 srel = (bfd_signed_vma) relocation;
450 srel = (bfd_signed_vma) relocation;
470 relocation, rel->r_addend);
538 bfd_vma relocation;
560 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
578 h, sec, relocation,
583 contents, rel, relocation);
608 msg = _("internal error: unsupported relocation error");
612 msg = _("internal error: dangerous relocation");
634 relocation. */
724 /* This relocation describes the C++ object vtable hierarchy.
731 /* This relocation describes which C++ vtable entries are actually