Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2387 static Int copy_convert_CfiExpr_tree ( XArray* dstxa, in copy_convert_CfiExpr_tree() argument
2395 vg_assert(dstxa); in copy_convert_CfiExpr_tree()
2401 return ML_(CfiExpr_Undef)( dstxa ); in copy_convert_CfiExpr_tree()
2403 cpA = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Deref.ixAddr ); in copy_convert_CfiExpr_tree()
2406 return ML_(CfiExpr_Deref)( dstxa, cpA ); in copy_convert_CfiExpr_tree()
2408 return ML_(CfiExpr_Const)( dstxa, src->Cex.Const.con ); in copy_convert_CfiExpr_tree()
2410 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL ); in copy_convert_CfiExpr_tree()
2411 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR ); in copy_convert_CfiExpr_tree()
2415 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()
2426 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_SP ); in copy_convert_CfiExpr_tree()
[all …]