Lines Matching full:relocation
65 /* This is a partial relocation, and we want to apply the
66 relocation to the reloc entry rather than the raw data.
77 long relocation = 0;
79 /* Work out which section the relocation is targeted at and the
80 initial relocation command value. */
84 relocation = 0;
86 relocation = symbol->value;
96 relocation += output_base + symbol->section->output_offset;
99 relocation += ((reloc_entry->addend << howto->bitsize) + x);
103 relocation >>= (bfd_vma) howto->rightshift;
107 relocation <<= (bfd_vma) howto->bitpos;
109 if (relocation)
110 bfd_put_16 (abfd, (bfd_vma) relocation,
124 /* This is a partial relocation, and we want to apply the
125 relocation to the reloc entry rather than the raw data.