summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GenFw/elf_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/GenFw/elf_common.h')
-rw-r--r--BaseTools/Source/C/GenFw/elf_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/Source/C/GenFw/elf_common.h b/BaseTools/Source/C/GenFw/elf_common.h
index 1cd3f53907..3798c95d61 100644
--- a/BaseTools/Source/C/GenFw/elf_common.h
+++ b/BaseTools/Source/C/GenFw/elf_common.h
@@ -597,6 +597,8 @@ typedef struct {
#define R_ARM_GOTPC 25 /* Add PC-relative GOT table address. */
#define R_ARM_GOT32 26 /* Add PC-relative GOT offset. */
#define R_ARM_PLT32 27 /* Add PC-relative PLT offset. */
+#define R_ARM_CALL 28
+#define R_ARM_THM_JUMP19 51
#define R_ARM_GNU_VTENTRY 100
#define R_ARM_GNU_VTINHERIT 101
#define R_ARM_RSBREL32 250