Lines Matching defs:relocation

140    called before the relocation has been set up calls the dynamic
171 called before the relocation has been set up calls the dynamic
870 /* These are the only relocation types we care about. */
894 /* If the relocation is not against a symbol it cannot concern us. */
906 /* If the relocation is against a static symbol it must be within
907 the current section and so cannot be a cross ARM/Thumb relocation. */
1109 /* Addend in the relocation. */
1212 /* Perform a relocation as part of a final link. */
1453 S is the address of the symbol in the relocation.
1587 bfd_vma relocation;
1636 relocation = value + signed_addend;
1638 relocation -= (input_section->output_section->vma
1656 relocation += 4;
1659 check = relocation >> howto->rightshift;
1663 if ((bfd_signed_vma) relocation >= 0)
1675 /* For a BLX instruction, make sure that the relocation is rounded up
1679 relocation = (relocation + 2) & ~ 3;
1682 upper_insn = (upper_insn & ~(bfd_vma) 0x7ff) | ((relocation >> 12) & 0x7ff);
1683 lower_insn = (lower_insn & ~(bfd_vma) 0x7ff) | ((relocation >> 1) & 0x7ff);
1696 bfd_signed_vma relocation;
1717 relocation = value + signed_addend;
1719 relocation -= (input_section->output_section->vma
1723 relocation >>= howto->rightshift;
1724 signed_check = relocation;
1725 relocation &= howto->dst_mask;
1726 relocation |= (bfd_get_16 (input_bfd, hit_data) & (~ howto->dst_mask));
1728 bfd_put_16 (input_bfd, relocation, hit_data);
1816 When doing a dynamic link, we create a .rel.got relocation
2022 bfd_vma relocation;
2070 relocation = (sec->output_section->vma
2082 (_("%s(%s+0x%lx): %s relocation against SEC_MERGE section"),
2104 - relocation;
2110 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
2120 h, sec, relocation,
2123 if (unresolved_reloc || relocation != 0)
2125 /* In these cases, we don't need the relocation value.
2150 relocation = 0;
2154 relocation = 0;
2165 relocation = 0;
2171 (_("%s: warning: unresolvable relocation %d against symbol `%s' from %s section"),
2193 relocation, info, sec, name,
2227 msg = _("internal error: unsupported relocation error");
2949 /* If we create a PLT entry, this relocation will reference
2950 it, even if it's an ABS32 relocation. */
3056 /* This relocation describes the C++ object vtable hierarchy.
3063 /* This relocation describes which C++ vtable entries are actually
3929 other relocation sections, we don't have to worry