diff options
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index d6252c8..df22f9b 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -6844,6 +6844,12 @@ ENUM ENUMDOC AArch64 TLS INITIAL EXEC relocation. ENUM + BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC +ENUMDOC + Unsigned 12 bit byte offset to global offset table entry for a symbols + tls_index structure. Used in conjunction with + BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21. +ENUM BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21 ENUMDOC GOT entry page address for AArch64 TLS Local Dynamic, used with ADRP |