Searched refs:udot_off (Results 1 – 2 of 2) sorted by relevance
634 long udot_off; /* Offset into user struct */ in udot_info() local654 for (udot_off = 0; udot_off < KERNEL_U_SIZE; udot_off += sizeof (udot_val)) in udot_info()656 if ((udot_off % 24) == 0) in udot_info()658 if (udot_off > 0) in udot_info()662 printf_filtered ("%s:", paddr (udot_off)); in udot_info()664 udot_val = ptrace (PT_READ_U, PIDGET (inferior_ptid), (PTRACE_ARG3_TYPE) udot_off, 0); in udot_info()668 paddr_nz (udot_off)); in udot_info()
4936 int udot_off; /* Offset into user struct */ in udot_info() local4955 for (udot_off = 0; udot_off < KERNEL_U_SIZE; udot_off += sizeof (udot_val)) in udot_info()4957 if ((udot_off % 24) == 0) in udot_info()4959 if (udot_off > 0) in udot_info()4963 printf_filtered ("%04x:", udot_off); in udot_info()4967 (TTRACE_ARG_TYPE) udot_off, in udot_info()4972 sprintf (mess, "\nreading user struct at offset 0x%x", udot_off); in udot_info()