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

Lines Matching refs:relocation

171   bfd_vma relocation;
194 /* Is the address of the relocation really within the section? */
198 /* Work out which section the relocation is targeted at and the
199 initial relocation command value. */
203 relocation = 0;
205 relocation = symbol->value;
215 relocation += output_base + symbol->section->output_offset;
218 relocation += reloc_entry->addend;
220 /* Here the variable relocation holds the final address of the
225 /* This is a PC relative relocation. We want to set RELOCATION
242 relocation is done. If pcrel_offset is FALSE we want to wind
252 relocation -=
256 relocation -= reloc_entry->address;
263 /* This is a partial relocation, and we want to apply the relocation
266 reloc_entry->addend = relocation;
272 /* This is a partial relocation, but inplace, so modify the
284 relocation with -r. Removing the line below this comment
357 relocation -= reloc_entry->addend;
362 reloc_entry->addend = relocation;
382 /* Get the value that will be used for the relocation, but
385 check = relocation >> (howto->rightshift - howto->bitpos);
387 check = relocation << (howto->bitpos - howto->rightshift);
399 && (bfd_signed_vma) relocation < 0)
435 && (bfd_signed_vma) relocation < 0)
455 the relocation to the reloc entry (probably because there isn't
481 relocation >>= (bfd_vma) howto->rightshift;
484 relocation <<= (bfd_vma) howto->bitpos;
491 r relocation offset to apply
519 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
533 if (relocation)
541 if (relocation)
551 relocation = -relocation;
563 if (relocation)
585 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location,
589 bfd_vma relocation;
601 relocation = -relocation;
634 check = relocation;
635 signed_check = (bfd_signed_vma) relocation;
640 check = relocation >> howto->rightshift;
644 if ((bfd_signed_vma) relocation >= 0)
733 relocation >>= (bfd_vma) howto->rightshift;
734 relocation <<= (bfd_vma) howto->bitpos;
738 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
803 bfd_vma relocation;
809 /* This function assumes that we are dealing with a basic relocation
813 relocation = value + addend;
815 /* If the relocation is PC relative, we want to set RELOCATION to
827 relocation -= (input_section->output_section->vma
830 relocation -= address;
833 return _bfd_ns32k_relocate_contents (howto, input_bfd, relocation,