Lines Matching refs:relocation

449 		    bfd_vma relocation)  in bfd_check_overflow()  argument
464 a = (relocation & addrmask) >> rightshift; in bfd_check_overflow()
613 bfd_vma relocation) in apply_reloc() argument
618 relocation = -relocation; in apply_reloc()
621 | (((val & howto->src_mask) + relocation) & howto->dst_mask)); in apply_reloc()
665 bfd_vma relocation; in bfd_perform_relocation() local
722 relocation = 0; in bfd_perform_relocation()
724 relocation = symbol->value; in bfd_perform_relocation()
742 relocation += output_base; in bfd_perform_relocation()
745 relocation += reloc_entry->addend; in bfd_perform_relocation()
780 relocation -= in bfd_perform_relocation()
784 relocation -= reloc_entry->address; in bfd_perform_relocation()
794 reloc_entry->addend = relocation; in bfd_perform_relocation()
880 relocation -= reloc_entry->addend; in bfd_perform_relocation()
885 reloc_entry->addend = relocation; in bfd_perform_relocation()
903 relocation); in bfd_perform_relocation()
932 relocation >>= (bfd_vma) howto->rightshift; in bfd_perform_relocation()
935 relocation <<= (bfd_vma) howto->bitpos; in bfd_perform_relocation()
971 apply_reloc (abfd, data, howto, relocation); in bfd_perform_relocation()
1005 bfd_vma relocation; in bfd_install_relocation() local
1037 relocation = reloc_entry->addend; in bfd_install_relocation()
1048 relocation = 0; in bfd_install_relocation()
1050 relocation = symbol->value; in bfd_install_relocation()
1065 relocation += output_base; in bfd_install_relocation()
1068 relocation += reloc_entry->addend; in bfd_install_relocation()
1075 relocation -= input_section->vma; in bfd_install_relocation()
1078 relocation -= reloc_entry->address; in bfd_install_relocation()
1084 reloc_entry->addend = relocation; in bfd_install_relocation()
1093 relocation -= reloc_entry->addend; in bfd_install_relocation()
1099 reloc_entry->addend = relocation; in bfd_install_relocation()
1116 relocation); in bfd_install_relocation()
1118 relocation >>= (bfd_vma) howto->rightshift; in bfd_install_relocation()
1121 relocation <<= (bfd_vma) howto->bitpos; in bfd_install_relocation()
1124 apply_reloc (abfd, data, howto, relocation); in bfd_install_relocation()
1159 bfd_vma relocation; in _bfd_final_link_relocate() local
1171 relocation = value + addend; in _bfd_final_link_relocate()
1185 relocation -= (input_section->output_section->vma in _bfd_final_link_relocate()
1188 relocation -= address; in _bfd_final_link_relocate()
1191 return _bfd_relocate_contents (howto, input_bfd, relocation, in _bfd_final_link_relocate()
1200 bfd_vma relocation, in _bfd_relocate_contents() argument
1209 relocation = -relocation; in _bfd_relocate_contents()
1232 a = (relocation & addrmask) >> rightshift; in _bfd_relocate_contents()
1310 relocation >>= (bfd_vma) rightshift; in _bfd_relocate_contents()
1311 relocation <<= (bfd_vma) bitpos; in _bfd_relocate_contents()
1315 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()