Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2469 static Int copy_convert_CfiExpr_tree ( XArray* dstxa, in copy_convert_CfiExpr_tree() argument
2477 vg_assert(dstxa); in copy_convert_CfiExpr_tree()
2483 return ML_(CfiExpr_Undef)( dstxa ); in copy_convert_CfiExpr_tree()
2485 cpA = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Deref.ixAddr ); in copy_convert_CfiExpr_tree()
2488 return ML_(CfiExpr_Deref)( dstxa, cpA ); in copy_convert_CfiExpr_tree()
2490 return ML_(CfiExpr_Const)( dstxa, src->Cex.Const.con ); in copy_convert_CfiExpr_tree()
2492 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL ); in copy_convert_CfiExpr_tree()
2493 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR ); in copy_convert_CfiExpr_tree()
2497 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()
2508 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_SP ); in copy_convert_CfiExpr_tree()
[all …]