Lines Matching defs:user
51 struct user { struct
54 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
56 unsigned long int u_tsize; /* Text segment size (pages). */
57 unsigned long int u_dsize; /* Data segment size (pages). */
58 unsigned long int u_ssize; /* Stack segment size (pages). */
59 unsigned long start_code; /* Starting virtual address of text. */
60 unsigned long start_stack; /* Starting virtual address of stack area.
64 long int signal; /* Signal that caused the core dump. */
65 unsigned long u_ar0; /* Used by gdb to help find the values for */
67 unsigned long magic; /* To uniquely identify a core file */
68 char u_comm[32]; /* User command that was responsible */