Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c623 static char *save_stack_p; variable
628 *save_stack_p++ = *(s); \
636 *(s) = *(--save_stack_p); \
3082 save_stack_p = save_stack; in md_assemble()
H A Dtc-i386.c263 static char *save_stack_p; variable
265 do { *save_stack_p++ = *(s); *(s) = '\0'; } while (0)
267 do { *(s) = *--save_stack_p; } while (0)
1420 save_stack_p = save_stack;
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c252 static char *save_stack_p; variable
254 do { *save_stack_p++ = *(s); *(s) = '\0'; } while (0)
256 do { *(s) = *--save_stack_p; } while (0)
1296 save_stack_p = save_stack;