Lines Matching refs:relocation
494 bfd_vma relocation) in bfd_check_overflow() argument
499 a = relocation; in bfd_check_overflow()
588 bfd_vma relocation; in bfd_perform_relocation() local
635 relocation = 0; in bfd_perform_relocation()
637 relocation = symbol->value; in bfd_perform_relocation()
648 relocation += output_base + symbol->section->output_offset; in bfd_perform_relocation()
651 relocation += reloc_entry->addend; in bfd_perform_relocation()
686 relocation -= in bfd_perform_relocation()
690 relocation -= reloc_entry->address; in bfd_perform_relocation()
700 reloc_entry->addend = relocation; in bfd_perform_relocation()
789 relocation -= reloc_entry->addend; in bfd_perform_relocation()
795 reloc_entry->addend = relocation; in bfd_perform_relocation()
817 relocation); in bfd_perform_relocation()
846 relocation >>= (bfd_vma) howto->rightshift; in bfd_perform_relocation()
849 relocation <<= (bfd_vma) howto->bitpos; in bfd_perform_relocation()
885 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_perform_relocation()
914 relocation = -relocation; in bfd_perform_relocation()
923 relocation = -relocation; in bfd_perform_relocation()
981 bfd_vma relocation; in bfd_install_relocation() local
1025 relocation = 0; in bfd_install_relocation()
1027 relocation = symbol->value; in bfd_install_relocation()
1037 relocation += output_base + symbol->section->output_offset; in bfd_install_relocation()
1040 relocation += reloc_entry->addend; in bfd_install_relocation()
1075 relocation -= in bfd_install_relocation()
1079 relocation -= reloc_entry->address; in bfd_install_relocation()
1087 reloc_entry->addend = relocation; in bfd_install_relocation()
1174 relocation -= reloc_entry->addend; in bfd_install_relocation()
1180 reloc_entry->addend = relocation; in bfd_install_relocation()
1196 relocation); in bfd_install_relocation()
1225 relocation >>= (bfd_vma) howto->rightshift; in bfd_install_relocation()
1228 relocation <<= (bfd_vma) howto->bitpos; in bfd_install_relocation()
1264 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_install_relocation()
1295 relocation = -relocation; in bfd_install_relocation()
1350 bfd_vma relocation; in _bfd_final_link_relocate() local
1360 relocation = value + addend; in _bfd_final_link_relocate()
1374 relocation -= (input_section->output_section->vma in _bfd_final_link_relocate()
1377 relocation -= address; in _bfd_final_link_relocate()
1380 return _bfd_relocate_contents (howto, input_bfd, relocation, in _bfd_final_link_relocate()
1389 bfd_vma relocation, in _bfd_relocate_contents() argument
1401 relocation = -relocation; in _bfd_relocate_contents()
1444 a = relocation; in _bfd_relocate_contents()
1548 relocation >>= (bfd_vma) rightshift; in _bfd_relocate_contents()
1549 relocation <<= (bfd_vma) bitpos; in _bfd_relocate_contents()
1553 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()