• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/

Lines Matching refs: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
358 /* The file offsets of the relocation info. */
398 bfd_vma relocation,
405 relocation = -relocation;
438 check = relocation;
439 signed_check = (bfd_signed_vma) relocation;
443 check = relocation >> howto->rightshift;
444 if ((bfd_signed_vma) relocation >= 0)
499 relocation >>= (bfd_vma) howto->rightshift;
500 relocation <<= (bfd_vma) howto->bitpos;
501 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask));
533 bfd_vma relocation;
538 relocation = value + addend;
541 relocation -= (input_section->output_section->vma + input_section->output_offset);
543 relocation -= address;
545 return tic30_aout_relocate_contents (howto, input_bfd, relocation,
629 file header, symbols, and relocation. */