HomeSort by: relevance | last modified time | path
    Searched defs:fx_size (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
write.h 63 unsigned fx_size : 8; member in struct:fix
write.c 103 is of course most most likely a bug in setting fx_size correctly.
154 fixP->fx_size = size;
155 /* We've made fx_size a narrow field; check that it's wide enough. */
156 if (fixP->fx_size != size)
158 as_bad (_("field fx_size too small to hold %lu"), size);
1132 if (!fixP->fx_no_overflow && fixP->fx_size != 0)
1134 if (fixP->fx_size < sizeof (valueT))
1140 mask <<= fixP->fx_size * 8 - (fixP->fx_signed ? 1 : 0);
1157 fixP->fx_size),
1158 buf2, fixP->fx_size, buf)
1307 int fx_size, slack; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
write.h 63 unsigned fx_size : 8; member in struct:fix
write.c 98 is of course most most likely a bug in setting fx_size correctly.
149 fixP->fx_size = size;
150 /* We've made fx_size a narrow field; check that it's wide enough. */
151 if (fixP->fx_size != size)
153 as_bad (_("field fx_size too small to hold %lu"), size);
1123 if (!fixP->fx_no_overflow && fixP->fx_size != 0)
1125 if (fixP->fx_size < sizeof (valueT))
1131 mask <<= fixP->fx_size * 8 - (fixP->fx_signed ? 1 : 0);
1148 fixP->fx_size),
1149 buf2, fixP->fx_size, buf)
1298 int fx_size, slack; local
    [all...]

Completed in 30 milliseconds