Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68k.c6100 static struct save_opts *save_stack; variable
6121 s->next = save_stack; in s_save()
6122 save_stack = s; in s_save()
6134 if (save_stack == NULL) in s_restore()
6141 s = save_stack; in s_restore()
6142 save_stack = s->next; in s_restore()
Dtc-i386.c468 static char save_stack[32]; variable
3468 save_stack_p = save_stack; in md_assemble()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92951600 (save_stack): New static variable.