Lines Matching refs:relocation
157 bfd_vma relocation; in do_ns32k_reloc() local
189 relocation = 0; in do_ns32k_reloc()
191 relocation = symbol->value; in do_ns32k_reloc()
201 relocation += output_base + symbol->section->output_offset; in do_ns32k_reloc()
204 relocation += reloc_entry->addend; in do_ns32k_reloc()
238 relocation -= in do_ns32k_reloc()
242 relocation -= reloc_entry->address; in do_ns32k_reloc()
252 reloc_entry->addend = relocation; in do_ns32k_reloc()
343 relocation -= reloc_entry->addend; in do_ns32k_reloc()
348 reloc_entry->addend = relocation; in do_ns32k_reloc()
371 check = relocation >> (howto->rightshift - howto->bitpos); in do_ns32k_reloc()
373 check = relocation << (howto->bitpos - howto->rightshift); in do_ns32k_reloc()
385 && (bfd_signed_vma) relocation < 0) in do_ns32k_reloc()
421 && (bfd_signed_vma) relocation < 0) in do_ns32k_reloc()
467 relocation >>= (bfd_vma) howto->rightshift; in do_ns32k_reloc()
470 relocation <<= (bfd_vma) howto->bitpos; in do_ns32k_reloc()
505 relocation = -relocation; in do_ns32k_reloc()
508 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in do_ns32k_reloc()
525 if (relocation) in do_ns32k_reloc()
533 if (relocation) in do_ns32k_reloc()
543 if (relocation) in do_ns32k_reloc()
567 bfd_vma relocation, in _bfd_do_ns32k_reloc_contents() argument
577 relocation = -relocation; in _bfd_do_ns32k_reloc_contents()
611 check = relocation; in _bfd_do_ns32k_reloc_contents()
612 signed_check = (bfd_signed_vma) relocation; in _bfd_do_ns32k_reloc_contents()
617 check = relocation >> howto->rightshift; in _bfd_do_ns32k_reloc_contents()
621 if ((bfd_signed_vma) relocation >= 0) in _bfd_do_ns32k_reloc_contents()
710 relocation >>= (bfd_vma) howto->rightshift; in _bfd_do_ns32k_reloc_contents()
711 relocation <<= (bfd_vma) howto->bitpos; in _bfd_do_ns32k_reloc_contents()
715 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_do_ns32k_reloc_contents()
774 bfd_vma relocation; in _bfd_ns32k_final_link_relocate() local
784 relocation = value + addend; in _bfd_ns32k_final_link_relocate()
793 relocation -= (input_section->output_section->vma in _bfd_ns32k_final_link_relocate()
796 relocation -= address; in _bfd_ns32k_final_link_relocate()
799 return _bfd_ns32k_relocate_contents (howto, input_bfd, relocation, in _bfd_ns32k_final_link_relocate()