|
16 | 16 | .. _GCABI: https://itanium-cxx-abi.github.io/cxx-abi/abi.html |
17 | 17 | .. _HWCAP: https://www.kernel.org/doc/html/latest/arm64/elf_hwcaps.html |
18 | 18 | .. _LSB: https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/book1.html |
| 19 | +.. _SCO-ELF: http://www.sco.com/developers/gabi |
19 | 20 | .. _SYM-VER: http://www.akkadia.org/drepper/symbol-versioning |
20 | 21 | .. _SYSVABI: https://github.com/ARM-software/abi-aa/releases |
21 | 22 | .. _TLSDESC: http://www.fsfla.org/~lxoliva/writeups/TLS/paper-lk2006.pdf |
@@ -223,6 +224,8 @@ This document refers to, or is referred to by, the following documents. |
223 | 224 | +-------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
224 | 225 | | LSB_ | https://refspecs.linuxbase.org/lsb.shtml | Linux Standards Base Core Functional Area | |
225 | 226 | +-------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 227 | + | SCO-ELF_ | http://www.sco.com/developers/gabi/ | System V Application Binary Interface – DRAFT | |
| 228 | + +-------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
226 | 229 | | SYM-VER_ | http://people.redhat.com/drepper/symbol-versioning | GNU Symbol Versioning | |
227 | 230 | +-------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
228 | 231 |
|
@@ -984,9 +987,15 @@ static linker and the dynamic linker. There are a number of entries |
984 | 987 | that help locate various dynamic relocation tables and other aspects |
985 | 988 | that are architecture independent. |
986 | 989 |
|
| 990 | +The generic dynamic tags are defined in SCO-ELF_ Dynamic Section. |
| 991 | + |
987 | 992 | The AArch64 specific dynamic tags are defined in AAELF64_ Dynamic |
988 | 993 | Section. |
989 | 994 |
|
| 995 | +The generic tag ``DT_PLTGOT`` has a processor specific |
| 996 | +implementation. On AArch64 it is defined to be the address of the |
| 997 | +``.got.plt`` section. |
| 998 | + |
990 | 999 | Global Offset Table (GOT) |
991 | 1000 | ------------------------- |
992 | 1001 |
|
|
0 commit comments