Home | History | Annotate | Download | only in binutils

Lines Matching defs:sign

242    If SIGN is true, return a signed LEB128 value.
249 bfd_boolean sign,
272 if (sign && (shift < 8 * sizeof (result)) && (byte & 0x40))
4627 /* Note: we use sign extension here in order to be sure that we can detect
4628 the -1 escape value. Sign extension into the top 32 bits of a 32-bit
5410 /* Note: we use sign extension here in order to be sure that
5411 we can detect the -1 escape value. Sign extension into the
5968 dwarf_vma sign = (dwarf_vma) 1 << (offset_size * 8 - 1);
5969 look_for = start - 4 - ((cie_id ^ sign) - sign);