• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:relocation

63   /* An 8 bit absolute relocation.  */
78 /* A 20 bit absolute relocation. */
93 /* A 32 bit absolute relocation. */
108 /* A 32 bit into 48 bits absolute relocation. */
123 /* A 6 bit absolute relocation. */
138 /* An 8 bit absolute relocation. */
153 /* A 9 bit absolute relocation. */
168 /* A 10 bit absolute relocation. */
183 /* A PC relative 9 bit relocation, right shifted by 1. */
198 /* A PC relative 12 bit relocation, right shifted by 1. */
257 bfd_vma relocation;
274 relocation =
280 if (relocation > (((bfd_vma) 1 << 20) - 1))
284 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
304 bfd_vma relocation;
320 relocation =
326 bfd_put_32 (abfd, relocation, (char *) data + reloc_entry->address + 2);
388 /* Perform a single relocation. By default we use the standard BFD
393 relocation)
399 bfd_vma relocation;
409 relocation += rel->r_addend;
411 if (relocation > ((1 << 20) - 1))
415 x = (x & 0xff0f0000) | (relocation & 0x0000ffff) | ((relocation & 0x000f0000) << 4);
421 relocation += rel->r_addend;
422 bfd_put_32 (input_bfd, relocation, contents);
427 srel = (bfd_signed_vma) relocation;
444 srel = (bfd_signed_vma) relocation;
464 relocation, rel->r_addend);
532 bfd_vma relocation;
554 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
566 h, sec, relocation,
573 contents, rel, relocation);
598 msg = _("internal error: unsupported relocation error");
602 msg = _("internal error: dangerous relocation");
624 relocation. */
688 /* This relocation describes the C++ object vtable hierarchy.
695 /* This relocation describes which C++ vtable entries are actually