Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:uw

2791    UWord    uw;
2879 uw = step_leb128U( &expr );
2880 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2885 VG_(printf)("DW_OP_plus_uconst: %lu", uw);
2914 uw = step_le_u_encoded_literal( &expr, 1 );
2915 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2917 VG_(printf)("DW_OP_const1: %lu", uw);
2922 uw = step_le_u_encoded_literal( &expr, 2 );
2923 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2925 VG_(printf)("DW_OP_const2: %lu", uw);
2930 uw = step_le_u_encoded_literal( &expr, 4 );
2931 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2933 VG_(printf)("DW_OP_const4: %lu", uw);