Lines Matching defs:relocation

144    useless for a relocation, so we just get the offset value and place
147 relocation to add on to the value in the object code. */
158 bfd_vma relocation = 1;
165 relocation -= 3;
167 relocation -= 1;
168 bfd_put_16 (abfd, relocation, (bfd_byte *) data + reloc_entry->address);
188 bfd_vma relocation;
195 relocation = (symbol->section->vma >> 2);
196 relocation += bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address);
197 bfd_put_16 (abfd, relocation, (bfd_byte *) data + reloc_entry->address);
213 bfd_vma relocation;
220 relocation = (symbol->section->vma >> 2);
221 relocation += bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
222 bfd_put_32 (abfd, relocation, (bfd_byte *) data + reloc_entry->address);
226 /* This table lists the relocation types for the TMS320C30. There are
341 /* The file offsets of the relocation info. */
381 bfd_vma relocation,
388 relocation = -relocation;
421 check = relocation;
422 signed_check = (bfd_signed_vma) relocation;
426 check = relocation >> howto->rightshift;
427 if ((bfd_signed_vma) relocation >= 0)
482 relocation >>= (bfd_vma) howto->rightshift;
483 relocation <<= (bfd_vma) howto->bitpos;
484 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask));
516 bfd_vma relocation;
521 relocation = value + addend;
524 relocation -= (input_section->output_section->vma + input_section->output_offset);
526 relocation -= address;
528 return tic30_aout_relocate_contents (howto, input_bfd, relocation,
612 file header, symbols, and relocation. */