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