diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/aarch64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index 3133ea6..b86a100 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -35,6 +35,8 @@ entry point. */ #define SHF_COMDEF 0x80000000 /* Section may be multiply defined in the input to a link step. */ +/* Processor specific dynamic array tags. */ +#define DT_AARCH64_BTI_PLT (DT_LOPROC + 1) /* Relocation types. */ |