Searched refs:N_RR_STACK (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2020 #define N_RR_STACK 4 macro
2044 state[N_RR_STACK];
2045 Int state_sp; /* 0 <= state_sp < N_RR_STACK; points at the
2086 for (j = 0; j < N_RR_STACK; j++) {
2160 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; }
3036 if (ctx->state_sp < 0 || ctx->state_sp >= N_RR_STACK)
3384 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK);
3386 if (ctx->state_sp == N_RR_STACK) {
3388 VG_(message)(Vg_DebugMsg, "DWARF2 CFI reader: N_RR_STACK is "
3402 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK);
[all...]

Completed in 289 milliseconds