blob: 4847c3fa88aca6d22904da6234b10099296037b6 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _LINUX_ELF_EM_H
8#define _LINUX_ELF_EM_H
9#define EM_NONE 0
10#define EM_M32 1
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define EM_SPARC 2
12#define EM_386 3
13#define EM_68K 4
14#define EM_88K 5
Ben Cheng655a7c02013-10-16 16:09:24 -070015#define EM_486 6
16#define EM_860 7
17#define EM_MIPS 8
18#define EM_MIPS_RS3_LE 10
Ben Cheng655a7c02013-10-16 16:09:24 -070019#define EM_MIPS_RS4_BE 10
20#define EM_PARISC 15
21#define EM_SPARC32PLUS 18
22#define EM_PPC 20
Ben Cheng655a7c02013-10-16 16:09:24 -070023#define EM_PPC64 21
24#define EM_SPU 23
Christopher Ferris38062f92014-07-09 15:33:25 -070025#define EM_ARM 40
Ben Cheng655a7c02013-10-16 16:09:24 -070026#define EM_SH 42
Christopher Ferris38062f92014-07-09 15:33:25 -070027#define EM_SPARCV9 43
Christopher Ferris05d08e92016-02-04 13:16:38 -080028#define EM_H8_300 46
Ben Cheng655a7c02013-10-16 16:09:24 -070029#define EM_IA_64 50
30#define EM_X86_64 62
Christopher Ferris05d08e92016-02-04 13:16:38 -080031#define EM_S390 22
Christopher Ferris38062f92014-07-09 15:33:25 -070032#define EM_CRIS 76
Ben Cheng655a7c02013-10-16 16:09:24 -070033#define EM_M32R 88
Christopher Ferris05d08e92016-02-04 13:16:38 -080034#define EM_MN10300 89
Christopher Ferris82d75042015-01-26 10:57:07 -080035#define EM_OPENRISC 92
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -070036#define EM_ARCOMPACT 93
Christopher Ferrisd842e432019-03-07 10:21:59 -080037#define EM_XTENSA 94
Ben Cheng655a7c02013-10-16 16:09:24 -070038#define EM_BLACKFIN 106
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -070039#define EM_UNICORE 110
Christopher Ferris05d08e92016-02-04 13:16:38 -080040#define EM_ALTERA_NIOS2 113
Ben Cheng655a7c02013-10-16 16:09:24 -070041#define EM_TI_C6000 140
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -070042#define EM_HEXAGON 164
43#define EM_NDS32 167
Christopher Ferris38062f92014-07-09 15:33:25 -070044#define EM_AARCH64 183
Christopher Ferris05d08e92016-02-04 13:16:38 -080045#define EM_TILEPRO 188
46#define EM_MICROBLAZE 189
Christopher Ferris05d08e92016-02-04 13:16:38 -080047#define EM_TILEGX 191
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -070048#define EM_ARCV2 195
Christopher Ferris86a48372019-01-10 14:14:59 -080049#define EM_RISCV 243
Christopher Ferris49f525c2016-12-12 14:55:36 -080050#define EM_BPF 247
Christopher Ferrisd842e432019-03-07 10:21:59 -080051#define EM_CSKY 252
Christopher Ferris80ae69d2022-08-02 16:32:21 -070052#define EM_LOONGARCH 258
Christopher Ferris82d75042015-01-26 10:57:07 -080053#define EM_FRV 0x5441
Ben Cheng655a7c02013-10-16 16:09:24 -070054#define EM_ALPHA 0x9026
Christopher Ferris49f525c2016-12-12 14:55:36 -080055#define EM_CYGNUS_M32R 0x9041
Christopher Ferris38062f92014-07-09 15:33:25 -070056#define EM_S390_OLD 0xA390
Ben Cheng655a7c02013-10-16 16:09:24 -070057#define EM_CYGNUS_MN10300 0xbeef
Christopher Ferris05d08e92016-02-04 13:16:38 -080058#endif