Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2490 return ML_(CfiExpr_Const)( dstxa, src->Cex.Const.con ); in copy_convert_CfiExpr_tree()
2772 ML_(CfiExpr_Const)( dst, (UWord)(Word)ctxs->cfa_off ) in dwarfexpr_to_dag()
2805 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2818 ML_(CfiExpr_Const)( dst, (UWord)sw ) in dwarfexpr_to_dag()
2837 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag()
2848 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2856 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2864 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2872 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag()
2880 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag()
[all …]
Dpriv_storage.h456 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
Dstorage.c851 Int ML_(CfiExpr_Const)( XArray* dst, UWord con ) in ML_() argument