Lines Matching refs:relocation

444 		    bfd_vma relocation)  in bfd_check_overflow()  argument
459 a = (relocation & addrmask) >> rightshift; in bfd_check_overflow()
608 bfd_vma relocation) in apply_reloc() argument
613 relocation = -relocation; in apply_reloc()
616 | (((val & howto->src_mask) + relocation) & howto->dst_mask)); in apply_reloc()
660 bfd_vma relocation; in bfd_perform_relocation() local
717 relocation = 0; in bfd_perform_relocation()
719 relocation = symbol->value; in bfd_perform_relocation()
737 relocation += output_base; in bfd_perform_relocation()
740 relocation += reloc_entry->addend; in bfd_perform_relocation()
775 relocation -= in bfd_perform_relocation()
779 relocation -= reloc_entry->address; in bfd_perform_relocation()
789 reloc_entry->addend = relocation; in bfd_perform_relocation()
877 relocation -= reloc_entry->addend; in bfd_perform_relocation()
882 reloc_entry->addend = relocation; in bfd_perform_relocation()
900 relocation); in bfd_perform_relocation()
929 relocation >>= (bfd_vma) howto->rightshift; in bfd_perform_relocation()
932 relocation <<= (bfd_vma) howto->bitpos; in bfd_perform_relocation()
968 apply_reloc (abfd, data, howto, relocation); in bfd_perform_relocation()
1002 bfd_vma relocation; in bfd_install_relocation() local
1054 relocation = 0; in bfd_install_relocation()
1056 relocation = symbol->value; in bfd_install_relocation()
1073 relocation += output_base; in bfd_install_relocation()
1076 relocation += reloc_entry->addend; in bfd_install_relocation()
1111 relocation -= in bfd_install_relocation()
1115 relocation -= reloc_entry->address; in bfd_install_relocation()
1123 reloc_entry->addend = relocation; in bfd_install_relocation()
1210 relocation -= reloc_entry->addend; in bfd_install_relocation()
1217 reloc_entry->addend = relocation; in bfd_install_relocation()
1233 relocation); in bfd_install_relocation()
1262 relocation >>= (bfd_vma) howto->rightshift; in bfd_install_relocation()
1265 relocation <<= (bfd_vma) howto->bitpos; in bfd_install_relocation()
1301 apply_reloc (abfd, data, howto, relocation); in bfd_install_relocation()
1336 bfd_vma relocation; in _bfd_final_link_relocate() local
1348 relocation = value + addend; in _bfd_final_link_relocate()
1362 relocation -= (input_section->output_section->vma in _bfd_final_link_relocate()
1365 relocation -= address; in _bfd_final_link_relocate()
1368 return _bfd_relocate_contents (howto, input_bfd, relocation, in _bfd_final_link_relocate()
1377 bfd_vma relocation, in _bfd_relocate_contents() argument
1386 relocation = -relocation; in _bfd_relocate_contents()
1409 a = (relocation & addrmask) >> rightshift; in _bfd_relocate_contents()
1487 relocation >>= (bfd_vma) rightshift; in _bfd_relocate_contents()
1488 relocation <<= (bfd_vma) bitpos; in _bfd_relocate_contents()
1492 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()