Searched refs:CfiExpr_Const (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf.c | 2485 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 …]
|
D | priv_storage.h | 456 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
|
D | storage.c | 837 Int ML_(CfiExpr_Const)( XArray* dst, UWord con ) in ML_() argument
|