Lines Matching defs:bufptr
1437 char *bufptr, unsigned long need);
3634 char *bufptr,
3640 at = bufptr - *buf;
3641 need -= *bufend - bufptr;
3688 char *bufptr;
3702 bufptr = *buf + offset;
3836 if (bufptr >= *bufend)
3837 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1);
3838 *bufptr++ = setcount + (delta << 4);
3846 if (*bufend - bufptr < 3)
3847 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 3);
3848 *bufptr++ = setcount + (8 << 4);
3864 *bufptr++ = set >> 8;
3865 *bufptr++ = set & 0xffff;
3873 if (bufptr >= *bufend)
3874 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1);
3879 *bufptr++ = 0x0f;
3884 *bufptr++ = count;
3905 c = ecoff_padding_adjust (backend, buf, bufend, c, &bufptr);