summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2014-05-11 08:48:09 +0000
committerSimon Atanasyan <simon@atanasyan.com>2014-05-11 08:48:09 +0000
commitf5e04c38cd1eb48ea1cd68bbc7aa59e0d5ad141f (patch)
tree54216690a5bb02f866df32c7d09fdca893931e0d /include
parent86118b4532f0790fe7168fcf00e61a09fa2e5362 (diff)
downloadllvm-f5e04c38cd1eb48ea1cd68bbc7aa59e0d5ad141f.tar.gz
llvm-f5e04c38cd1eb48ea1cd68bbc7aa59e0d5ad141f.tar.bz2
llvm-f5e04c38cd1eb48ea1cd68bbc7aa59e0d5ad141f.tar.xz
[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags
in a human readable form. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208489 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 a5a45b4b0b..95df66538e 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -1666,6 +1666,7 @@ enum {
DT_LOPROC = 0x70000000, // Start of processor specific tags.
DT_HIPROC = 0x7FFFFFFF, // End of processor specific tags.
+ DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table.
DT_RELACOUNT = 0x6FFFFFF9, // ELF32_Rela count.
DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count.