Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c1914 Int state_sp; /* 0 <= state_sp < N_RR_STACK; points at the member
1925 for (j = 0; j <= ctx->state_sp; j++) { in ppUnwindContext()
2028 if (ctx->state_sp < 0) { why = 8; goto failed; } in summarise_context()
2029 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; } in summarise_context()
2030 ctxs = &ctx->state[ctx->state_sp]; in summarise_context()
2470 const struct UnwindContextState* ctxs = &ctx->state[ctx->state_sp]; in ppUnwindContext_summary()
2666 const struct UnwindContextState* ctxs = &ctx->state[ctx->state_sp]; in dwarfexpr_to_dag()
2904 if (ctx->state_sp < 0 || ctx->state_sp >= N_RR_STACK) in run_CF_instruction()
2907 ctxs = &ctx->state[ctx->state_sp]; in run_CF_instruction()
2940 ctxs->reg[reg] = restore_ctx->state[restore_ctx->state_sp].reg[reg]; in run_CF_instruction()
[all …]