Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c246 static char *save_stack_p; variable
248 do { *save_stack_p++ = *(s); *(s) = '\0'; } while (0)
250 do { *(s) = *--save_stack_p; } while (0)
1712 save_stack_p = save_stack;