[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags
[oota-llvm.git] / include / llvm / Support / ELF.h
index a5a45b4b0b237ac818c8a2d4154b374739211090..95df66538e02e52fe5a6e2c10f01e0d455cf5192 100644 (file)
@@ -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.