summaryrefslogtreecommitdiff
path: root/ldelf
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2019-10-15 13:31:15 +0200
committerJérôme Forissier <jerome@forissier.org>2019-11-14 16:00:40 +0100
commitb9dce501878ce5e78514436c2a4841b34ebc7616 (patch)
tree8d141ec62cce7c7621ef83845351aaca8e7f9df1 /ldelf
parentc77be84f697b0732dfc5de7910cb08463662d902 (diff)
elf_common.h: Add relocation type R_AARCH64_NONE
Adds the relocation type R_AARCH64_NONE. Reviewed-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'ldelf')
-rw-r--r--ldelf/include/elf_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldelf/include/elf_common.h b/ldelf/include/elf_common.h
index ddd807fa..da18d395 100644
--- a/ldelf/include/elf_common.h
+++ b/ldelf/include/elf_common.h
@@ -651,10 +651,11 @@ typedef struct {
#define R_386_TLS_TPOFF32 37 /* GOT entry of -ve static TLS offset */
#define R_386_IRELATIVE 42 /* PLT entry resolved indirectly at runtime */
+#define R_AARCH64_NONE 0 /* No relocation. */
#define R_AARCH64_ABS64 257
#define R_AARCH64_GLOB_DAT 1025 /* Set GOT entry to data address. */
#define R_AARCH64_JUMP_SLOT 1026 /* Set GOT entry to code address. */
-#define R_AARCH64_RELATIVE 1027
+#define R_AARCH64_RELATIVE 1027 /* Add load address of shared object. */
#define R_ARM_NONE 0 /* No relocation. */
#define R_ARM_PC24 1