[ELF] Add STN_UNDEF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael J. Spencer 2013-02-16 01:56:36 +00:00
parent 901d80065c
commit 6d3a278aab

View File

@ -1172,6 +1172,11 @@ enum {
STV_PROTECTED = 3 // Visible in other components but not preemptable
};
// Symbol number.
enum {
STN_UNDEF = 0
};
// Relocation entry, without explicit addend.
struct Elf32_Rel {
Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)