Added the skeleton for the machine types.
This commit is contained in:
@@ -21,17 +21,4 @@ typedef enum ELFType{
|
||||
ET_HIProc = 0xffff //Specific
|
||||
} ELFType;
|
||||
|
||||
typedef enum ELFMachine
|
||||
{
|
||||
EM_None = 0,
|
||||
EM_M32 = 1, //AT&T WE 32100
|
||||
EM_Sparc = 2,
|
||||
EM_386 = 3,
|
||||
EM_68k = 4,
|
||||
EM_88k = 5,
|
||||
EM_860 = 7,
|
||||
EM_MIPS = 8,
|
||||
EM_X86_64 = 62
|
||||
} ELFMachine;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user