[ELF] Add STN_UNDEF.

llvm-svn: 175338
This commit is contained in:
Michael J. Spencer 2013-02-16 01:56:36 +00:00
parent 7a168161de
commit 344232c179
1 changed files with 5 additions and 0 deletions

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)