Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dapp.c213 static int old_state; variable
231 int old_state; member
254 saved->old_state = old_state; in app_push()
291 old_state = saved->old_state; in app_pop()
475 state = old_state; in do_scrub_chars()
476 old_state = 3; in do_scrub_chars()
514 state = old_state; in do_scrub_chars()
532 old_state = 3; in do_scrub_chars()
583 state = old_state; in do_scrub_chars()
591 state = old_state; in do_scrub_chars()
[all …]
DChangeLog-96973192 UNGET rather than PUT. Set old_state before setting state to -2.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c1046 bfd_boolean old_state; member
1107 stack->old_state = directive_state[directive]; in directive_push()
1134 directive_state[directive_state_stack->directive] = top->old_state; in directive_pop()