Searched refs:reloc_sign (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c5014 bfd_vma reloc_sign; local
5150 reloc_sign = (signed_check < 0) ? 1 : 0;
5153 | (reloc_sign << 10);
5155 | (((!((relocation >> 23) & 1)) ^ reloc_sign) << 13)
5156 | (((!((relocation >> 22) & 1)) ^ reloc_sign) << 11)

Completed in 115 milliseconds