Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2485 return ML_(CfiExpr_Const)( dstxa, src->Cex.Const.con ); in copy_convert_CfiExpr_tree()
2767 ML_(CfiExpr_Const)( dst, (UWord)(Word)ctxs->cfa_off ) in dwarfexpr_to_dag()
2800 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2813 ML_(CfiExpr_Const)( dst, (UWord)sw ) in dwarfexpr_to_dag()
2832 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag()
2843 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2851 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2859 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) ); in dwarfexpr_to_dag()
2867 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag()
2875 PUSH( ML_(CfiExpr_Const)( dst, uw ) ); in dwarfexpr_to_dag()
[all …]
Dpriv_storage.h456 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
Dstorage.c837 Int ML_(CfiExpr_Const)( XArray* dst, UWord con ) in ML_() argument