Addressing style issues in JSON parser.
[oota-llvm.git] / include / llvm / Support / ELF.h
index a81be552589a2e4c472a31a01492ff22f9d6dcbe..6dd76ea170da9e6762109c4a7e725b65f82de3fb 100644 (file)
@@ -888,6 +888,7 @@ enum {
   STT_TLS     = 6,   // Thread local data object
   STT_LOOS    = 7,   // Lowest operating system-specific symbol type
   STT_HIOS    = 8,   // Highest operating system-specific symbol type
+  STT_GNU_IFUNC = 10, // GNU indirect function
   STT_LOPROC  = 13,  // Lowest processor-specific symbol type
   STT_HIPROC  = 15   // Highest processor-specific symbol type
 };