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_() 180 ML_(ppCfiExpr)(exprs, si_m->cfa_off); in ML_() 950 void ML_(ppCfiExpr)( const XArray* src, Int ix ) in ML_() argument 961 ML_(ppCfiExpr)(src, e->Cex.Deref.ixAddr); in ML_() 970 ML_(ppCfiExpr)(src, e->Cex.Unop.ix); in ML_() 975 ML_(ppCfiExpr)(src, e->Cex.Binop.ixL); in ML_() 979 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 | 1915 ML_(ppCfiExpr)( exprs, rrule->arg ); in ppRegRule() 1971 ML_(ppCfiExpr)( ctx->exprs, ctxs->cfa_expr_ix ); in ppUnwindContext() 2089 ML_(ppCfiExpr)(dst, conv); in summarise_context() local 2169 ML_(ppCfiExpr)(dst, conv); \ in summarise_context() 2963 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 | 2529 ML_(ppCfiExpr)( exprs, ix ); in evalCfiExpr() local 2776 ML_(ppCfiExpr)(di->cfsi_exprs, cfsi_m->cfa_off); in compute_cfa() 2953 ML_(ppCfiExpr)(di->cfsi_exprs,_off); \ in VG_()
|