Lines Matching full:relocation
181 _lm32fdpic_add_rofixup (bfd *output_bfd, asection *rofixup, bfd_vma relocation)
193 bfd_put_32 (output_bfd, relocation, rofixup->contents + fixup_offset);
277 /* An 8 bit absolute relocation. */
292 /* A 16 bit absolute relocation. */
307 /* A 32 bit absolute relocation. */
621 dangerous relocation. */
698 _("global pointer relative relocation when _gp not defined");
728 bfd_vma relocation;
743 relocation = symbol->value
749 relocation = relocation + reloc_entry->addend - gp;
751 if ((signed) relocation < -32768 || (signed) relocation > 32767)
761 relocation, reloc_entry->addend);
846 bfd_vma relocation;
869 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
882 h, sec, relocation,
918 relocation = relocation + rel->r_addend - gp;
920 if ((signed)relocation < -32768 || (signed)relocation > 32767)
926 rel->r_offset, relocation,
932 /* Relocation is to the entry for this symbol in the global
961 relocation entry to initialize the value. This
968 bfd_put_32 (output_bfd, relocation,
985 relocation = sgot->output_offset + off;
1006 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1033 outrel.r_addend = relocation;
1044 relocation = sgot->output_offset + off;
1056 relocation,
1062 /* Relocation is offset from GOT. */
1064 relocation -= sgot->output_section->vma;
1067 && ((relocation + rel->r_addend) & 0x8000))
1074 relocation,
1116 relocation,
1164 msg = _("internal error: unsupported relocation error");
1390 /* This relocation describes the C++ object vtable hierarchy.
1397 /* This relocation describes which C++ vtable entries are actually
1478 other relocation sections, we don't have to worry