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