strace/linux/i386/userent.h
Dmitry V. Levin fced7b0930 process.c: split struct_user_offsets into architecture-specific include files
* Makefile.am (EXTRA_DIST): Add linux/alpha/userent.h,
linux/arm/userent.h, linux/avr32/userent.h, linux/bfin/userent.h,
linux/crisv10/userent.h, linux/crisv32/userent.h,
linux/i386/userent.h, linux/i386/userent0.h, linux/ia64/userent.h,
linux/m68k/userent.h, linux/microblaze/userent.h,
linux/mips/userent.h, linux/or1k/userent.h, linux/powerpc/userent.h,
linux/s390/userent.h, linux/s390/userent0.h, linux/s390/userent1.h,
linux/s390x/userent.h, linux/sh/userent.h, linux/sh/userent0.h,
linux/sh64/userent.h, linux/sparc/userent.h, linux/sparc64/userent.h,
linux/tile/userent.h, linux/userent.h, linux/userent0.h,
linux/x32/userent.h, linux/x86_64/userent.h, and
linux/xtensa/userent.h.
* process.c (struct_user_offsets): Split into architecture-specific
include files, inculde userent.h.
2014-12-11 19:25:02 +00:00

20 lines
279 B
C

XLAT(4*EBX),
XLAT(4*ECX),
XLAT(4*EDX),
XLAT(4*ESI),
XLAT(4*EDI),
XLAT(4*EBP),
XLAT(4*EAX),
XLAT(4*DS),
XLAT(4*ES),
XLAT(4*FS),
XLAT(4*GS),
XLAT(4*ORIG_EAX),
XLAT(4*EIP),
XLAT(4*CS),
XLAT(4*EFL),
XLAT(4*UESP),
XLAT(4*SS),
/* Other fields in "struct user" */
#include "userent0.h"