Home
last modified time | relevance | path

Searched refs:freeptr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ns32k.c86 char *freeptr, *freeptr_static; /* Points at some number of free bytes. */ variable
981 freeptr++; /* OVE:this is an useful hack. */ in encode_operand()
982 sprintf (freeptr, "((%s-1)*%d)", argv[i], desc->im_size); in encode_operand()
983 argv[i] = freeptr; in encode_operand()
1146 argv[argc] = freeptr; in parse()
1147 *freeptr = '\0'; in parse()
1194 *freeptr++ = c; in parse()
1198 *freeptr++ = '\0'; in parse()
1883 freeptr = freeptr_static; in md_assemble()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92955515 converting freeptr to int and back.