Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c6096 static struct save_opts *save_stack; variable
6117 s->next = save_stack; in s_save()
6118 save_stack = s; in s_save()
6130 if (save_stack == NULL) in s_restore()
6137 s = save_stack; in s_restore()
6138 save_stack = s->next; in s_restore()
Dtc-i386.c479 static char save_stack[32]; variable
3549 save_stack_p = save_stack; in md_assemble()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92951600 (save_stack): New static variable.