Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c2334 static Int copy_convert_CfiExpr_tree ( XArray* dstxa, in copy_convert_CfiExpr_tree() argument
2342 vg_assert(dstxa); in copy_convert_CfiExpr_tree()
2348 return ML_(CfiExpr_Undef)( dstxa ); in copy_convert_CfiExpr_tree()
2350 cpA = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Deref.ixAddr ); in copy_convert_CfiExpr_tree()
2353 return ML_(CfiExpr_Deref)( dstxa, cpA ); in copy_convert_CfiExpr_tree()
2355 return ML_(CfiExpr_Const)( dstxa, src->Cex.Const.con ); in copy_convert_CfiExpr_tree()
2357 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL ); in copy_convert_CfiExpr_tree()
2358 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR ); in copy_convert_CfiExpr_tree()
2362 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()
2372 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_SP ); in copy_convert_CfiExpr_tree()
[all …]