Home
last modified time | relevance | path

Searched refs:signed_add (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcpu-ns32k.c611 bfd_signed_vma signed_add; in _bfd_do_ns32k_reloc_contents() local
644 signed_add = add; in _bfd_do_ns32k_reloc_contents()
646 signed_add -= (((~howto->src_mask) >> 1) & howto->src_mask) << 1; in _bfd_do_ns32k_reloc_contents()
653 signed_check += signed_add; in _bfd_do_ns32k_reloc_contents()
662 if (signed_add >= 0) in _bfd_do_ns32k_reloc_contents()
Daout-tic30.c433 bfd_signed_vma signed_add; in tic30_aout_relocate_contents() local
449 signed_add = add; in tic30_aout_relocate_contents()
451 signed_add -= (((~howto->src_mask) >> 1) & howto->src_mask) << 1; in tic30_aout_relocate_contents()
455 signed_check += signed_add; in tic30_aout_relocate_contents()
460 if (signed_add >= 0) in tic30_aout_relocate_contents()
Dcoff-arm.c1610 bfd_signed_vma signed_add; in coff_arm_relocate_section() local
1651 signed_add = add; in coff_arm_relocate_section()
1654 signed_add -= (((~ src_mask) >> 1) & src_mask) << 1; in coff_arm_relocate_section()
1659 signed_check += signed_add; in coff_arm_relocate_section()
1660 relocation += signed_add; in coff_arm_relocate_section()