Lines Matching defs:relocation

612   /* Standard 32 bit relocation.  */
627 /* 32 bit relocation, but store negative value. */
642 /* 32 bit PC relative relocation. */
657 /* 16 bit TOC relative relocation. */
1023 relocation, as well as indicating whether it is signed or not.
1024 Doublecheck that the relocation information gathered from the
2766 val, addend, relocation, contents)
2775 bfd_vma *relocation ATTRIBUTE_UNUSED;
2783 val, addend, relocation, contents)
2792 bfd_vma *relocation ATTRIBUTE_UNUSED;
2796 (_("%s: unsupported relocation type 0x%02x"),
2804 val, addend, relocation, contents)
2813 bfd_vma *relocation;
2816 *relocation = val + addend;
2822 val, addend, relocation, contents)
2831 bfd_vma *relocation;
2834 *relocation = addend - val;
2840 val, addend, relocation, contents)
2849 bfd_vma *relocation;
2857 *relocation = val + addend;
2858 *relocation -= (input_section->output_section->vma
2865 val, addend, relocation, contents)
2874 bfd_vma *relocation;
2901 *relocation = ((val - xcoff_data (output_bfd)->toc)
2908 val, addend, relocation, contents)
2917 bfd_vma *relocation;
2923 *relocation = val + addend;
2930 val, addend, relocation, contents)
2939 bfd_vma *relocation;
2984 /* Normally, this relocation is against a defined symbol. In the
2987 message that the relocation has been truncated. Yes it has been
3001 *relocation = val + addend;
3002 *relocation -= (input_section->output_section->vma
3009 val, addend, relocation, contents)
3018 bfd_vma *relocation;
3028 *relocation = val + addend;
3029 *relocation -= (input_section->output_section->vma
3035 xcoff_complain_overflow_dont_func (input_bfd, val, relocation, howto)
3038 bfd_vma relocation ATTRIBUTE_UNUSED;
3045 xcoff_complain_overflow_bitfield_func (input_bfd, val, relocation, howto)
3048 bfd_vma relocation;
3060 a = relocation;
3077 are significant in the relocation, but the original code
3088 bit in the original relocation value: if this is all
3091 if ((ss | relocation) != ~ (bfd_vma) 0)
3098 /* We explicitly permit wrap around if this relocation
3121 xcoff_complain_overflow_signed_func (input_bfd, val, relocation, howto)
3124 bfd_vma relocation;
3136 a = relocation;
3183 xcoff_complain_overflow_unsigned_func (input_bfd, val, relocation, howto)
3186 bfd_vma relocation;
3198 a = relocation;
3221 /* This is the relocation function for the RS/6000/POWER/PowerPC.
3225 I took the relocation type definitions from two documents:
3246 Simple positive relocation.
3249 Simple negative relocation.
3252 Simple PC relative relocation.
3255 TOC relative relocation. The value in the instruction in
3266 GL linkage relocation. The value of this relocation
3274 TOC relative relocation. A TOC relative load instruction
3279 TOC relative relocation. This is a TOC relative load
3291 ABI does not define this relocation type.
3301 relocation type.
3306 The PowerOpen ABI does not define this relocation type.
3315 ABI does not define this relocation type.
3360 bfd_vma relocation;
3365 /* Relocation type R_REF is a special relocation type which is
3451 addend, &relocation, contents)))
3479 (input_bfd, value_to_relocate, relocation, &howto)))
3511 + relocation) & howto.dst_mask));