Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c480 static char *save_stack_p; variable
482 do { *save_stack_p++ = *(s); *(s) = '\0'; } while (0)
484 do { *(s) = *--save_stack_p; } while (0)
3549 save_stack_p = save_stack; in md_assemble()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c538 static char *save_stack_p; variable
540 do { *save_stack_p++ = *(s); *(s) = '\0'; } while (0)
542 do { *(s) = *--save_stack_p; } while (0)
4302 save_stack_p = save_stack; in md_assemble()