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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2012 #define N_RR_STACK 4 macro
2036 state[N_RR_STACK];
2037 Int state_sp; /* 0 <= state_sp < N_RR_STACK; points at the
2078 for (j = 0; j < N_RR_STACK; j++) {
2147 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; }
2936 if (ctx->state_sp < 0 || ctx->state_sp >= N_RR_STACK)
3308 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK);
3310 if (ctx->state_sp == N_RR_STACK) {
3312 VG_(message)(Vg_DebugMsg, "DWARF2 CFI reader: N_RR_STACK is "
3326 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK);
[all...]

Completed in 32 milliseconds