diff options
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 7f2b31e..d312e48 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -6762,6 +6762,11 @@ ENUMDOC the GOT entry for this symbol. Used in conjunction with BFD_RELOC_AARCH64_ADR_GOTPAGE. Valid in ILP32 ABI only. ENUM + BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 +ENUMDOC + Unsigned 15 bit byte offset for 64 bit load/store from the page of + the GOT entry for this symbol. Valid in ILP64 ABI only. +ENUM BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14 ENUMDOC Scaled 14 bit byte offset to the page base of the global offset table. |