X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FELF.h;h=6dd76ea170da9e6762109c4a7e725b65f82de3fb;hb=c4850c9a061e40be8b8a75cbf55b0e3ed2d7e8b5;hp=a81be552589a2e4c472a31a01492ff22f9d6dcbe;hpb=e3d3572e282733bd7aa5ac14115ed0804174e426;p=oota-llvm.git diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h index a81be552589..6dd76ea170d 100644 --- a/include/llvm/Support/ELF.h +++ b/include/llvm/Support/ELF.h @@ -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 };