Lines Matching defs:sign
2097 /* If BFD64, sign extend val for 32bit address mode. */
2836 int sign,
2885 /* Sign-checking 4-byte relocations in 16-/32-bit code is pointless. */
2887 sign = -1;
2899 && !sign)
2901 && sign > 0))
2910 if (!sign)
2925 if (sign > 0)
2939 sign > 0 ? "signed" : "unsigned", size);
7185 int sign = i.types[n].bitfield.disp32s;
7213 reloc_type = reloc (size, pcrel, sign,
7297 int sign;
7302 sign = 1;
7304 sign = 0;
7307 reloc_type = reloc (size, 0, sign, 0, i.reloc[n]);
7996 /* If not 64bit, sign extend val. */