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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1950 CFA = cfa_reg + cfa_off when UnwindContext.cfa_is_regoff==True
1953 When .cfa_is_regoff == True, cfa_expr_id must be zero
1954 When .cfa_is_regoff == False, cfa_reg must be zero
2029 Bool cfa_is_regoff; /* True=>is reg+offset; False=>is expr */ member in struct:__anon27203::UnwindContextState
2051 if (ctxs->cfa_is_regoff) {
2079 ctx->state[j].cfa_is_regoff = True;
2151 if (!ctxs->cfa_is_regoff) {
2173 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == SP_REG) {
2185 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == FP_REG) {
2198 if (ctxs->cfa_is_regoff
[all...]

Completed in 113 milliseconds