Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c1106 } state_stackS; typedef
1108 state_stackS *directive_state_stack;
1159 state_stackS *stack = (state_stackS *) xmalloc (sizeof (state_stackS));
1183 state_stackS *top = directive_state_stack;
1225 state_stackS *top = directive_state_stack;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c999 } state_stackS; typedef
1001 state_stackS *directive_state_stack;
1045 state_stackS *stack = (state_stackS *) xmalloc (sizeof (state_stackS)); in directive_push()
1069 state_stackS *top = directive_state_stack; in directive_pop()
1110 state_stackS *top = directive_state_stack; in inside_directive()