Home | History | Annotate | Download | only in gdb

Lines Matching refs:adjustment

525    "this" adjustment of ADJUSTMENT bytes.  */
529 LONGEST adjustment)
534 if (adjustment == 0)
566 /* Recurse with a modified adjustment. We don't need to adjust
568 if (adjustment >= pos && adjustment < pos + basetype->length ())
569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
587 LONGEST voffset, adjustment;
600 adjustment = extract_signed_integer (contents,
610 vbit = adjustment & 1;
611 adjustment = adjustment >> 1;
615 *adjustment_p = adjustment;
629 LONGEST adjustment;
633 vbit = gnuv3_decode_method_ptr (gdbarch, contents, &ptr_value, &adjustment);
653 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
656 possible paths to the method based on the adjustment. */
693 if (adjustment)
695 gdb_printf (stream, ", this adjustment ");
696 print_longest (stream, 'd', 1, adjustment);
718 /* FIXME drow/2006-12-24: The adjustment of "this" is currently
748 LONGEST adjustment;
758 vbit = gnuv3_decode_method_ptr (gdbarch, contents, &ptr_value, &adjustment);
764 /* Then apply whatever adjustment is necessary. This creates a somewhat
780 *this_p = value_ptradd (*this_p, adjustment);