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
2770 val, addend, relocation, contents)
2779 bfd_vma *relocation ATTRIBUTE_UNUSED;
2787 val, addend, relocation, contents)
2796 bfd_vma *relocation ATTRIBUTE_UNUSED;
2800 (_("%s: unsupported relocation type 0x%02x"),
2808 val, addend, relocation, contents)
2817 bfd_vma *relocation;
2820 *relocation = val + addend;
2826 val, addend, relocation, contents)
2835 bfd_vma *relocation;
2838 *relocation = addend - val;
2844 val, addend, relocation, contents)
2853 bfd_vma *relocation;
2861 *relocation = val + addend;
2862 *relocation -= (input_section->output_section->vma
2869 val, addend, relocation, contents)
2878 bfd_vma *relocation;
2905 *relocation = ((val - xcoff_data (output_bfd)->toc)
2912 val, addend, relocation, contents)
2921 bfd_vma *relocation;
2927 *relocation = val + addend;
2934 val, addend, relocation, contents)
2943 bfd_vma *relocation;
2989 /* Normally, this relocation is against a defined symbol. In the
2992 message that the relocation has been truncated. Yes it has been
3006 *relocation = val + addend;
3007 *relocation -= (input_section->output_section->vma
3014 val, addend, relocation, contents)
3023 bfd_vma *relocation;
3033 *relocation = val + addend;
3034 *relocation -= (input_section->output_section->vma
3040 xcoff_complain_overflow_dont_func (input_bfd, val, relocation, howto)
3043 bfd_vma relocation ATTRIBUTE_UNUSED;
3050 xcoff_complain_overflow_bitfield_func (input_bfd, val, relocation, howto)
3053 bfd_vma relocation;
3065 a = relocation;
3082 are significant in the relocation, but the original code
3093 bit in the original relocation value: if this is all
3096 if ((ss | relocation) != ~ (bfd_vma) 0)
3103 /* We explicitly permit wrap around if this relocation
3126 xcoff_complain_overflow_signed_func (input_bfd, val, relocation, howto)
3129 bfd_vma relocation;
3141 a = relocation;
3188 xcoff_complain_overflow_unsigned_func (input_bfd, val, relocation, howto)
3191 bfd_vma relocation;
3203 a = relocation;
3226 /* This is the relocation function for the RS/6000/POWER/PowerPC.
3230 I took the relocation type definitions from two documents:
3251 Simple positive relocation.
3254 Simple negative relocation.
3257 Simple PC relative relocation.
3260 TOC relative relocation. The value in the instruction in
3271 GL linkage relocation. The value of this relocation
3279 TOC relative relocation. A TOC relative load instruction
3284 TOC relative relocation. This is a TOC relative load
3296 ABI does not define this relocation type.
3306 relocation type.
3311 The PowerOpen ABI does not define this relocation type.
3320 ABI does not define this relocation type.
3365 bfd_vma relocation;
3370 /* Relocation type R_REF is a special relocation type which is
3456 addend, &relocation, contents)))
3484 (input_bfd, value_to_relocate, relocation, &howto)))
3515 + relocation) & howto.dst_mask));