diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/aarch64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index 747d8dc..74bd7b4 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -53,6 +53,7 @@ #define DT_AARCH64_PAC_PLT (DT_LOPROC + 3) #define DT_AARCH64_VARIANT_PCS (DT_LOPROC + 5) #define DT_AARCH64_MEMTAG_MODE (DT_LOPROC + 9) +#define DT_AARCH64_MEMTAG_STACK (DT_LOPROC + 12) /* AArch64-specific values for st_other. */ #define STO_AARCH64_VARIANT_PCS 0x80 /* Symbol may follow different call |