Home | History | Annotate | Download | only in binutils

Lines Matching defs:bytes

166   int bytes = size / 8;
172 ptr[1] = bytes + 1;
174 for (j = 0; j < bytes; j++)
178 ptr[bytes] = ~sum;
179 if (fwrite (ptr, bytes + 1, 1, ffile) != 1)