HomeSort by relevance Sort by last modified time
    Searched defs:fx_size (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
write.h 69 unsigned char fx_size; member in struct:fix
write.c 105 is of course most most likely a bug in setting fx_size correctly.
162 fixP->fx_size = size;
163 /* We've made fx_size a narrow field; check that it's wide enough. */
164 if (fixP->fx_size != size)
166 as_bad (_("field fx_size too small to hold %d"), size);
1078 if (!fixP->fx_bit_fixP && !fixP->fx_no_overflow && fixP->fx_size != 0)
1080 if (fixP->fx_size < sizeof (valueT))
1086 mask <<= fixP->fx_size * 8 - (fixP->fx_signed ? 1 : 0);
1097 buf2, fixP->fx_size, buf);
1105 && fixP->fx_size ==
1239 int fx_size, slack; local
    [all...]

Completed in 516 milliseconds