[PATCH] D47803: Add definition for ELF dynamic tag DT_SYMTAB_SHNDX.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 17:12:56 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334149: Add definition for ELF dynamic tag DT_SYMTAB_SHNDX. (authored by pcc, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D47803

Files:
  llvm/trunk/include/llvm/BinaryFormat/DynamicTags.def


Index: llvm/trunk/include/llvm/BinaryFormat/DynamicTags.def
===================================================================
--- llvm/trunk/include/llvm/BinaryFormat/DynamicTags.def
+++ llvm/trunk/include/llvm/BinaryFormat/DynamicTags.def
@@ -63,6 +63,8 @@
 DYNAMIC_TAG(PREINIT_ARRAY, 32)   // Pointer to array of preinit functions.
 DYNAMIC_TAG(PREINIT_ARRAYSZ, 33) // Size of the DT_PREINIT_ARRAY array.
 
+DYNAMIC_TAG(SYMTAB_SHNDX, 34) // Address of the SHT_SYMTAB_SHNDX section.
+
 DYNAMIC_TAG_MARKER(LOOS, 0x60000000)   // Start of environment specific tags.
 DYNAMIC_TAG_MARKER(HIOS, 0x6FFFFFFF)   // End of environment specific tags.
 DYNAMIC_TAG_MARKER(LOPROC, 0x70000000) // Start of processor specific tags.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47803.150233.patch
Type: text/x-patch
Size: 721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/8c6293d3/attachment.bin>


More information about the llvm-commits mailing list