Searched refs:ppCfiExpr (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | storage.c | 138 ML_(ppCfiExpr)(exprs, _off); \ in ML_() 177 ML_(ppCfiExpr)(exprs, si_m->cfa_off); in ML_() 936 void ML_(ppCfiExpr)( const XArray* src, Int ix ) in ML_() argument 947 ML_(ppCfiExpr)(src, e->Cex.Deref.ixAddr); in ML_() 956 ML_(ppCfiExpr)(src, e->Cex.Unop.ix); in ML_() 961 ML_(ppCfiExpr)(src, e->Cex.Binop.ixL); in ML_() 965 ML_(ppCfiExpr)(src, e->Cex.Binop.ixR); in ML_()
|
D | priv_storage.h | 462 extern void ML_(ppCfiExpr)( const XArray* src, Int ix );
|
D | readdwarf.c | 1911 ML_(ppCfiExpr)( exprs, rrule->arg ); in ppRegRule() 1967 ML_(ppCfiExpr)( ctx->exprs, ctxs->cfa_expr_ix ); in ppUnwindContext() 2084 ML_(ppCfiExpr)(dst, conv); in summarise_context() local 2164 ML_(ppCfiExpr)(dst, conv); \ in summarise_context() 2958 ML_(ppCfiExpr)( dst, stack[sp] ); in dwarfexpr_to_dag() local
|
D | readexidx.c | 671 ML_(ppCfiExpr)(cfsi_exprs, off); in setCFAfromCFIR() local
|
D | debuginfo.c | 2522 ML_(ppCfiExpr)( exprs, ix ); in evalCfiExpr() local 2769 ML_(ppCfiExpr)(di->cfsi_exprs, cfsi_m->cfa_off); in compute_cfa() 2915 ML_(ppCfiExpr)(di->cfsi_exprs,_off); \ in VG_()
|