summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2013-11-06 12:23:52 +0000
committerSimon Atanasyan <simon@atanasyan.com>2013-11-06 12:23:52 +0000
commit4411ba06fc5777edf4dde239d6ac8289bfd488ce (patch)
tree2b5d0c9beadf65e3c6505cda682cce300835af63 /include
parentd975a82e08ab15242724bc46e53d58b4ff3e4815 (diff)
downloadllvm-4411ba06fc5777edf4dde239d6ac8289bfd488ce.tar.gz
llvm-4411ba06fc5777edf4dde239d6ac8289bfd488ce.tar.bz2
llvm-4411ba06fc5777edf4dde239d6ac8289bfd488ce.tar.xz
Add DT_VERSYM dynamic table entry tag definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ELF.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index 797c211be6..2868f35a01 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -1570,6 +1570,7 @@ enum {
DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count.
DT_FLAGS_1 = 0X6FFFFFFB, // Flags_1.
+ DT_VERSYM = 0x6FFFFFF0, // The address of .gnu.version section.
DT_VERDEF = 0X6FFFFFFC, // The address of the version definition table.
DT_VERDEFNUM = 0X6FFFFFFD, // The number of entries in DT_VERDEF.
DT_VERNEED = 0X6FFFFFFE, // The address of the version Dependency table.