/sysdeps/unix/sysv/linux/powerpc/sys/ |
A D | user.h | 26 struct user { struct 37 char u_comm[32]; /* user command name */ argument
|
/sysdeps/unix/sysv/linux/ia64/sys/ |
A D | user.h | 32 struct user struct 47 #endif /* sys/user.h */ argument
|
/sysdeps/unix/sysv/linux/nios2/sys/ |
A D | user.h | 35 struct user struct 37 struct user_regs regs; /* General registers */ argument 49 struct user_regs *u_ar0; /* help gdb to find the general registers. */ argument 54 struct user_fpregs u_fp; /* Floating point registers */ argument 55 struct user_fpregs *u_fp0; /* help gdb to find the FP registers. */ argument 58 #endif /* sys/user.h */ argument
|
/sysdeps/unix/sysv/linux/alpha/sys/ |
A D | user.h | 28 struct user struct 40 char u_comm[32]; /* user command name */ argument
|
/sysdeps/unix/sysv/linux/sh/sys/ |
A D | user.h | 49 struct user struct 52 struct user_fpu_struct fpu; argument 62 struct user_fpu_struct *u_fpstate; argument 67 #endif /* sys/user.h */ argument
|
/sysdeps/unix/sysv/linux/arm/sys/ |
A D | user.h | 48 struct user struct 50 struct user_regs regs; /* General registers */ argument 62 struct user_regs *u_ar0; /* help gdb to find the general registers. */ argument 67 struct user_fpregs u_fp; /* Floating point registers */ argument 68 struct user_fpregs *u_fp0; /* help gdb to find the FP registers. */ argument 71 #endif /* sys/user.h */ argument
|
/sysdeps/unix/sysv/linux/microblaze/sys/ |
A D | user.h | 50 struct user struct 52 struct user_regs_struct regs; argument 54 struct user_fpregs_struct elf_fpregset_t; argument 62 struct user_regs_struct* u_ar0; argument 63 struct user_fpregs_struct* u_fpstate; argument 64 unsigned long int magic; 65 char u_comm [32]; 66 int u_debugreg [8];
|
/sysdeps/unix/sysv/linux/arc/sys/ |
A D | user.h | 27 struct user struct 29 long int dummy;
|
/sysdeps/unix/sysv/linux/mips/sys/ |
A D | user.h | 177 struct user struct 189 char u_comm[32]; /* user command name */ argument 194 struct user { struct 205 char u_comm[32]; /* user command name */ argument
|
/sysdeps/unix/sysv/linux/m68k/sys/ |
A D | user.h | 43 struct user { struct 44 struct user_regs_struct regs; argument 46 struct user_m68kfp_struct m68kfp; argument 55 struct user_m68kfp_struct *u_fpstate; argument 56 unsigned long magic; 57 char u_comm[32];
|
/sysdeps/unix/sysv/linux/s390/sys/ |
A D | user.h | 61 struct user { struct 62 struct _user_regs_struct regs; /* User registers. */ argument 69 struct _user_regs_struct *u_ar0; /* Help gdb find registers. */ argument 70 unsigned long magic; /* Identifies a core file. */ 71 char u_comm[32]; /* User command naem. */
|
/sysdeps/unix/sysv/linux/sparc/sys/ |
A D | user.h | 55 struct user { struct 56 unsigned int magic; 57 unsigned int len; 60 { 72 } uexec; 73 int signal; 74 size_t u_tsize; 75 size_t u_dsize; 76 size_t u_ssize; 78 struct sunos_fpu fpu; [all …]
|
/sysdeps/unix/sysv/linux/x86/sys/ |
A D | user.h | 73 struct user struct 75 struct user_regs_struct regs; argument 77 struct user_fpregs_struct i387; argument 87 struct user_regs_struct* u_ar0; argument 102 struct user_fpregs_struct argument 152 struct user struct 156 struct user_fpregs_struct i387; argument 164 struct user_regs_struct* u_ar0; argument 166 unsigned long int magic; 167 char u_comm [32]; [all …]
|