Lines Matching refs:bufptr
1435 char *bufptr, unsigned long need);
3611 char *bufptr, in ecoff_add_bytes() argument
3617 at = bufptr - *buf; in ecoff_add_bytes()
3618 need -= *bufend - bufptr; in ecoff_add_bytes()
3665 char *bufptr; in ecoff_build_lineno() local
3679 bufptr = *buf + offset; in ecoff_build_lineno()
3811 if (bufptr >= *bufend) in ecoff_build_lineno()
3812 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1); in ecoff_build_lineno()
3813 *bufptr++ = setcount + (delta << 4); in ecoff_build_lineno()
3821 if (*bufend - bufptr < 3) in ecoff_build_lineno()
3822 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 3); in ecoff_build_lineno()
3823 *bufptr++ = setcount + (8 << 4); in ecoff_build_lineno()
3839 *bufptr++ = set >> 8; in ecoff_build_lineno()
3840 *bufptr++ = set & 0xffff; in ecoff_build_lineno()
3848 if (bufptr >= *bufend) in ecoff_build_lineno()
3849 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1); in ecoff_build_lineno()
3854 *bufptr++ = 0x0f; in ecoff_build_lineno()
3859 *bufptr++ = count; in ecoff_build_lineno()
3880 c = ecoff_padding_adjust (backend, buf, bufend, c, &bufptr); in ecoff_build_lineno()