Subversion Repositories HelenOS-historic

Rev

Rev 909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 909 Rev 910
Line 50... Line 50...
50
 
50
 
51
/**
51
/**
52
 * ELF machine types
52
 * ELF machine types
53
 */
53
 */
54
#define EM_NO       0   // No machine
54
#define EM_NO       0   // No machine
55
#define EM_M32      1   // AT&T WE 32100
-
 
56
#define EM_SPARC    2   // SPARC
55
#define EM_SPARC    2   // SPARC
57
#define EM_386      3   // i386
56
#define EM_386      3   // i386
58
#define EM_68K      4   // Motorola 68000
-
 
59
#define EM_88K      5   // Motorola 88000
-
 
60
#define EM_860      7   // i80860
-
 
61
#define EM_MIPS     8   // MIPS RS3000
57
#define EM_MIPS     8   // MIPS RS3000
-
 
58
#define EM_MIPS_RS3_LE  10  // MIPS RS3000 LE
-
 
59
#define EM_PPC      20  // PPC32
-
 
60
#define EM_PPC64    21  // PPC64
-
 
61
#define EM_SPARCV9  43  // SPARC64
-
 
62
#define EM_IA_64    50  // IA-64
-
 
63
#define EM_X86_64   62  // AMD64/EMT64
62
 
64
 
63
/**
65
/**
64
 * ELF identification indexes
66
 * ELF identification indexes
65
 */
67
 */
66
#define EI_MAG0     0
68
#define EI_MAG0     0