diff options
Diffstat (limited to 'elfcpp/x86_64.h')
-rw-r--r-- | elfcpp/x86_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elfcpp/x86_64.h b/elfcpp/x86_64.h index ae7d0a8..a53beac 100644 --- a/elfcpp/x86_64.h +++ b/elfcpp/x86_64.h @@ -91,6 +91,7 @@ enum R_X86_64_TLSDESC_CALL = 35, // Relaxable call through TLS descriptor R_X86_64_TLSDESC = 36, // 2 by 64-bit TLS descriptor R_X86_64_IRELATIVE = 37, // Adjust indirectly by program base + R_X86_64_RELATIVE64 = 38, // 64-bit adjust by program base // GNU vtable garbage collection extensions. R_X86_64_GNU_VTINHERIT = 250, R_X86_64_GNU_VTENTRY = 251 |