Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-maxq.c667 static char *save_stack_p; variable
672 *save_stack_p++ = *(s); \
680 *(s) = *(--save_stack_p); \
3159 save_stack_p = save_stack; in md_assemble()
Dtc-i386.c259 static char *save_stack_p; variable
261 do { *save_stack_p++ = *(s); *(s) = '\0'; } while (0)
263 do { *(s) = *--save_stack_p; } while (0)
1385 save_stack_p = save_stack;