Lines Matching full:relocation
39 bfd_vma relocation, x;
51 relocation = 0;
53 relocation = symbol->value;
55 relocation += symbol->section->output_section->vma;
56 relocation += symbol->section->output_offset;
57 relocation += reloc_entry->addend;
61 x |= relocation & 0xff;
62 x |= (relocation << 8) & 0xffff0000;
65 if (relocation & ~ (bfd_vma) 0xffffff)
88 /* A 32 bit absolute relocation. */
103 /* A 16 bit absolute relocation. */
118 /* An 8 bit absolute relocation. */
133 /* A 32 bit pc-relative relocation. */
148 /* A 16 bit pc-relative relocation. */
163 /* An 8 bit pc-relative relocation. */
178 /* A 12-bit pc-relative relocation suitable for the branch instructions. */
193 /* A 24-bit absolute relocation suitable for the jump instructions. */
208 /* A 16 bit absolute relocation to a function pointer. */
253 /* A 12 bit absolute relocation. */
449 /* This relocation describes a 16-bit pointer to a function.
507 relocation describes the C++ object vtable hierarchy.
514 /* This relocation describes which C++ vtable entries are actually
798 bfd_vma relocation;
819 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
827 h, sec, relocation,
852 bfd_vma reloc = relocation + rel->r_addend;
877 if (relocation <= 0xffff)
896 x |= relocation & 0xff;
897 x |= (relocation << 8) & 0xffff0000;
902 relocation = (splt->output_section->vma
908 relocation, 0);
915 relocation, rel->r_addend);
942 msg = _("internal error: unsupported relocation error");
946 msg = _("internal error: dangerous relocation");
997 relocation. */