Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c2001 Bool cfa_is_regoff; /* True=>is reg+offset; False=>is expr */ member
2023 if (ctxs->cfa_is_regoff) { in ppUnwindContext()
2051 ctx->state[j].cfa_is_regoff = True; in initUnwindContext()
2123 if (!ctxs->cfa_is_regoff) { in summarise_context()
2145 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == SP_REG) { in summarise_context()
2156 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == FP_REG) { in summarise_context()
2168 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == 11/*??_REG*/) { in summarise_context()
2173 if (ctxs->cfa_is_regoff && ctxs->cfa_reg == 7/*??_REG*/) { in summarise_context()
2735 if (ctxs->cfa_is_regoff) { in dwarfexpr_to_dag()
2997 ctxs->cfa_is_regoff = True; in run_CF_instruction()
[all …]