Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Ddwarf.c2590 unsigned char state_sp; member
2928 if (info->state_sp >= MAX_SAVED_STATES) in execute_cfa_instructions()
2931 info->state_stack[info->state_sp++] = info->state; in execute_cfa_instructions()
2935 if (!info->state_sp) in execute_cfa_instructions()
2938 info->state = info->state_stack[--info->state_sp]; in execute_cfa_instructions()