Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c2314 si->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2368 si->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2415 si->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context()
2496 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_SP ); in copy_convert_CfiExpr_tree()
2498 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_BP ); in copy_convert_CfiExpr_tree()
2500 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_IP ); /* correct? */ in copy_convert_CfiExpr_tree()
2503 return ML_(CfiExpr_CfiReg)( dstxa, Creg_ARM_R13 ); in copy_convert_CfiExpr_tree()
2505 return ML_(CfiExpr_CfiReg)( dstxa, Creg_ARM_R12 ); in copy_convert_CfiExpr_tree()
2507 return ML_(CfiExpr_CfiReg)( dstxa, Creg_ARM_R15 ); /* correct? */ in copy_convert_CfiExpr_tree()
2510 return ML_(CfiExpr_CfiReg)( dstxa, Creg_IA_SP ); in copy_convert_CfiExpr_tree()
[all …]
Dpriv_storage.h354 extern Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg );
Dstorage.c598 Int ML_(CfiExpr_CfiReg)( XArray* dst, CfiReg reg ) in ML_() argument