diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-01-24 01:24:25 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-03-06 12:06:14 -0500 |
| commit | 770e9c0c75a943cd4d47ba3cb3be936d09a6c86f (patch) | |
| tree | e76573c8e0b27ddf7c172c1606f1e27319b271e4 /view/elf/elfview.h | |
| parent | 0f3abc6256f004dfb2010083a9e52600053e7523 (diff) | |
Implement DTPOFF64 and DTPMOD64 relocations.
Finally closes #5463.
Diffstat (limited to 'view/elf/elfview.h')
| -rw-r--r-- | view/elf/elfview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/elf/elfview.h b/view/elf/elfview.h index 0e8679b3..f81fa832 100644 --- a/view/elf/elfview.h +++ b/view/elf/elfview.h @@ -343,6 +343,10 @@ // x86 ONLY #define R_386_IRELATIVE 0x2a +// x86-64 ONLY +#define R_X86_64_DTPMOD64 0x10 +#define R_X86_64_DTPOFF64 0x11 + // ARM ONLY #define R_ARM_TLS_DTPMOD32 0x11 #define R_ARM_TLS_DTPOFF32 0x12 |
