strace/xlat/archvals.in
Eugene Syromyatnikov 2c9464c5a3 xlat: add values to new ARCH_* constants
Since UAPI header declares them under CONFIG_CHECKPOINT_RESTORE
and they would never be defined in user space.

* xlat/archvals.in: Add numeric values to ARCH_MAP_VDSO_* constants.
2016-11-20 02:41:30 +00:00

8 lines
121 B
Plaintext

ARCH_SET_GS
ARCH_SET_FS
ARCH_GET_FS
ARCH_GET_GS
ARCH_MAP_VDSO_X32 0x2001
ARCH_MAP_VDSO_32 0x2002
ARCH_MAP_VDSO_64 0x2003