Home | History | Annotate | Download | only in config

Lines Matching defs:sign

33    unsigned, and would end up sign-extending them to form an offsetT,
1023 /* Sign-extend the value from the architecture word size, so that
1027 bfd_signed_vma sign = (bfd_signed_vma) 1 << 31;
1028 val = ((val & U0xffffffff) ^ sign) - sign;
1184 /* Need to sign extend it. */