Home | History | Annotate | Download | only in linux
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ****************************************************************************
     11  ****************************************************************************/
     12 #ifndef _LINUX_ELF_EM_H
     13 #define _LINUX_ELF_EM_H
     14 
     15 #define EM_NONE 0
     16 #define EM_M32 1
     17 #define EM_SPARC 2
     18 #define EM_386 3
     19 #define EM_68K 4
     20 #define EM_88K 5
     21 #define EM_486 6
     22 #define EM_860 7
     23 #define EM_MIPS 8
     24 
     25 #define EM_MIPS_RS3_LE 10
     26 #define EM_MIPS_RS4_BE 10
     27 
     28 #define EM_PARISC 15
     29 #define EM_SPARC32PLUS 18
     30 #define EM_PPC 20
     31 #define EM_PPC64 21
     32 #define EM_SH 42
     33 #define EM_SPARCV9 43
     34 #define EM_IA_64 50
     35 #define EM_X86_64 62
     36 #define EM_S390 22
     37 #define EM_CRIS 76
     38 #define EM_V850 87
     39 #define EM_M32R 88
     40 #define EM_H8_300 46
     41 #define EM_FRV 0x5441
     42 
     43 #define EM_ALPHA 0x9026
     44 
     45 #define EM_CYGNUS_V850 0x9080
     46 
     47 #define EM_CYGNUS_M32R 0x9041
     48 
     49 #define EM_S390_OLD 0xA390
     50 
     51 #endif
     52