Home
last modified time | relevance | path

Searched refs:bufptr (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Decoff.c1433 char *bufptr, unsigned long need);
3602 char *bufptr, in ecoff_add_bytes() argument
3608 at = bufptr - *buf; in ecoff_add_bytes()
3609 need -= *bufend - bufptr; in ecoff_add_bytes()
3656 char *bufptr; in ecoff_build_lineno() local
3670 bufptr = *buf + offset; in ecoff_build_lineno()
3804 if (bufptr >= *bufend) in ecoff_build_lineno()
3805 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1); in ecoff_build_lineno()
3806 *bufptr++ = setcount + (delta << 4); in ecoff_build_lineno()
3814 if (*bufend - bufptr < 3) in ecoff_build_lineno()
[all …]
/toolchain/binutils/binutils-2.27/libiberty/
Dpex-win32.c599 char *bufptr; in win32_spawn() local
611 bufptr = env_block; in win32_spawn()
613 bufptr = stpcpy (bufptr, env_copy[var]) + 1; in win32_spawn()
615 *bufptr = '\0'; in win32_spawn()
/toolchain/binutils/binutils-2.27/ld/
Ddeffilep.y1215 static int bufptr = 0; variable
1220 if (bufptr == buflen) in put_buf()
1228 buffer[bufptr++] = c; in put_buf()
1229 buffer[bufptr] = 0; /* not optimal, but very convenient. */ in put_buf()
1346 bufptr = 0; in def_lex()
1363 bufptr = 0; in def_lex()
1411 bufptr = 0; in def_lex()