blob: 766dd14c3d53f786fc0cb1d287e3d9a8672fa09f [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/****************************************************************************
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 ***
Ben Cheng94a85f62012-03-06 15:45:52 -080010 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080017 ****************************************************************************
18 ****************************************************************************/
19#ifndef _LINUX_ELF_EM_H
20#define _LINUX_ELF_EM_H
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080021#define EM_NONE 0
22#define EM_M32 1
Ben Cheng94a85f62012-03-06 15:45:52 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080024#define EM_SPARC 2
25#define EM_386 3
26#define EM_68K 4
27#define EM_88K 5
Ben Cheng94a85f62012-03-06 15:45:52 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080029#define EM_486 6
30#define EM_860 7
31#define EM_MIPS 8
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080032#define EM_MIPS_RS3_LE 10
Ben Cheng94a85f62012-03-06 15:45:52 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080034#define EM_MIPS_RS4_BE 10
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080035#define EM_PARISC 15
36#define EM_SPARC32PLUS 18
37#define EM_PPC 20
Ben Cheng94a85f62012-03-06 15:45:52 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080039#define EM_PPC64 21
40#define EM_SH 42
41#define EM_SPARCV9 43
42#define EM_IA_64 50
Ben Cheng94a85f62012-03-06 15:45:52 -080043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080044#define EM_X86_64 62
45#define EM_S390 22
46#define EM_CRIS 76
47#define EM_V850 87
Ben Cheng94a85f62012-03-06 15:45:52 -080048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080049#define EM_M32R 88
50#define EM_H8_300 46
51#define EM_FRV 0x5441
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080052#define EM_ALPHA 0x9026
Ben Cheng94a85f62012-03-06 15:45:52 -080053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080054#define EM_CYGNUS_V850 0x9080
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080055#define EM_CYGNUS_M32R 0x9041
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080056#define EM_S390_OLD 0xA390
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080057#endif
Ben Cheng94a85f62012-03-06 15:45:52 -080058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */