BSD/elf386

This commit is contained in:
John Reiser
2006-07-02 16:25:31 -07:00
parent 0d7f93b877
commit 68dadabc29
14 changed files with 2542 additions and 5 deletions
+4 -1
View File
@@ -71,7 +71,10 @@ struct Ehdr
ELFDATA2MSB = 2 /* 2's complement, big endian */
};
enum { // e_ident[EI_OSABI]
ELFOSABI_LINUX = 3
ELFOSABI_NONE = 0,
ELFOSABI_LINUX = 3,
ELFOSABI_FREEBSD = 9,
ELFOSABI_ARM = 97
};
enum { // e_type
ET_NONE = 0, /* No file type */