diff options
Diffstat (limited to 'include/linux/elf.h')
| -rw-r--r-- | include/linux/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/elf.h b/include/linux/elf.h index 999b4f52e8e5..1e935e4c6328 100644 --- a/include/linux/elf.h +++ b/include/linux/elf.h | |||
| @@ -388,6 +388,9 @@ typedef struct elf64_shdr { | |||
| 388 | #define NT_S390_LAST_BREAK 0x306 /* s390 breaking event address */ | 388 | #define NT_S390_LAST_BREAK 0x306 /* s390 breaking event address */ |
| 389 | #define NT_S390_SYSTEM_CALL 0x307 /* s390 system call restart data */ | 389 | #define NT_S390_SYSTEM_CALL 0x307 /* s390 system call restart data */ |
| 390 | #define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */ | 390 | #define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */ |
| 391 | #define NT_ARM_TLS 0x401 /* ARM TLS register */ | ||
| 392 | #define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */ | ||
| 393 | #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ | ||
| 391 | 394 | ||
| 392 | 395 | ||
| 393 | /* Note header in a PT_NOTE section */ | 396 | /* Note header in a PT_NOTE section */ |
