summaryrefslogtreecommitdiff
path: root/view/elf/elfview.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2026-01-21 17:24:05 -0500
committerAlexander Taylor <alex@vector35.com>2026-01-23 10:35:45 -0500
commit15e3a9fe618df912948b08c56b10dab035aa8f01 (patch)
tree57dd18460da73924eb1343c56d7d71d2a342b035 /view/elf/elfview.h
parent4e72219707ba28e7ca18816cb74c664006696d99 (diff)
Implement R_386_IRELATIVE relocation handling.
Closes #7851.
Diffstat (limited to 'view/elf/elfview.h')
-rw-r--r--view/elf/elfview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/elf/elfview.h b/view/elf/elfview.h
index b9690bef..0e8679b3 100644
--- a/view/elf/elfview.h
+++ b/view/elf/elfview.h
@@ -340,6 +340,9 @@
// #define ELF_SHN_MIPS_SCOMMON 0xff03
// #define ELF_SHN_MIPS_SUNDEFINED 0xff04
+// x86 ONLY
+#define R_386_IRELATIVE 0x2a
+
// ARM ONLY
#define R_ARM_TLS_DTPMOD32 0x11
#define R_ARM_TLS_DTPOFF32 0x12