• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:relocation

170   bfd_vma relocation;
193 /* Is the address of the relocation really within the section? */
197 /* Work out which section the relocation is targeted at and the
198 initial relocation command value. */
202 relocation = 0;
204 relocation = symbol->value;
214 relocation += output_base + symbol->section->output_offset;
217 relocation += reloc_entry->addend;
219 /* Here the variable relocation holds the final address of the
224 /* This is a PC relative relocation. We want to set RELOCATION
241 relocation is done. If pcrel_offset is FALSE we want to wind
251 relocation -=
255 relocation -= reloc_entry->address;
262 /* This is a partial relocation, and we want to apply the relocation
265 reloc_entry->addend = relocation;
271 /* This is a partial relocation, but inplace, so modify the
283 relocation with -r. Removing the line below this comment
356 relocation -= reloc_entry->addend;
361 reloc_entry->addend = relocation;
381 /* Get the value that will be used for the relocation, but
384 check = relocation >> (howto->rightshift - howto->bitpos);
386 check = relocation << (howto->bitpos - howto->rightshift);
398 && (bfd_signed_vma) relocation < 0)
434 && (bfd_signed_vma) relocation < 0)
454 the relocation to the reloc entry (probably because there isn't
480 relocation >>= (bfd_vma) howto->rightshift;
483 relocation <<= (bfd_vma) howto->bitpos;
490 r relocation offset to apply
518 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
532 if (relocation)
540 if (relocation)
550 relocation = -relocation;
562 if (relocation)
584 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location,
588 bfd_vma relocation;
600 relocation = -relocation;
633 check = relocation;
634 signed_check = (bfd_signed_vma) relocation;
639 check = relocation >> howto->rightshift;
643 if ((bfd_signed_vma) relocation >= 0)
732 relocation >>= (bfd_vma) howto->rightshift;
733 relocation <<= (bfd_vma) howto->bitpos;
737 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
802 bfd_vma relocation;
808 /* This function assumes that we are dealing with a basic relocation
812 relocation = value + addend;
814 /* If the relocation is PC relative, we want to set RELOCATION to
826 relocation -= (input_section->output_section->vma
829 relocation -= address;
832 return _bfd_ns32k_relocate_contents (howto, input_bfd, relocation,