Searched defs:compat_user (Results 1 – 1 of 1) sorted by relevance
37 struct compat_user { struct40 struct compat_user_regs_struct regs; argument42 u32 u_tsize; /* Text segment size (pages). */43 u32 u_dsize; /* Data segment size (pages). */44 u32 u_ssize; /* Stack segment size (pages). */45 u32 start_code; /* Starting virtual address of text. */46 u32 start_stack; /* Starting virtual address of stack area.50 s32 signal; /* Signal that caused the core dump. */51 u32 u_ar0; /* Used by gdb to help find the values for */53 u32 magic; /* To uniquely identify a core file */[all …]