elf_common.h (4494:b7c909b5a5e9) elf_common.h (10037:5cac77888310)
1/*-
2 * Copyright (c) 1998 John D. Polstra.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 158 unchanged lines hidden (view full) ---

167#define EM_NCPU 56 /* Sony nCPU. */
168#define EM_NDR1 57 /* Denso NDR1 microprocessor. */
169#define EM_STARCORE 58 /* Motorola Star*Core processor. */
170#define EM_ME16 59 /* Toyota ME16 processor. */
171#define EM_ST100 60 /* STMicroelectronics ST100 processor. */
172#define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ processor. */
173#define EM_X86_64 62 /* Advanced Micro Devices x86-64 */
174#define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 (compat) */
1/*-
2 * Copyright (c) 1998 John D. Polstra.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 158 unchanged lines hidden (view full) ---

167#define EM_NCPU 56 /* Sony nCPU. */
168#define EM_NDR1 57 /* Denso NDR1 microprocessor. */
169#define EM_STARCORE 58 /* Motorola Star*Core processor. */
170#define EM_ME16 59 /* Toyota ME16 processor. */
171#define EM_ST100 60 /* STMicroelectronics ST100 processor. */
172#define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ processor. */
173#define EM_X86_64 62 /* Advanced Micro Devices x86-64 */
174#define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 (compat) */
175#define EM_AARCH64 183 /* AArch64 64 bit ARM. */
175
176/* Non-standard or deprecated. */
177#define EM_486 6 /* Intel i486. */
178#define EM_MIPS_RS4_BE 10 /* MIPS R4000 Big-Endian */
179#define EM_ALPHA_STD 41 /* Digital Alpha (standard value). */
180#define EM_ALPHA 0x9026 /* Alpha (written in the absence of an ABI) */
181
182/* Special section indexes. */

--- 664 unchanged lines hidden ---
176
177/* Non-standard or deprecated. */
178#define EM_486 6 /* Intel i486. */
179#define EM_MIPS_RS4_BE 10 /* MIPS R4000 Big-Endian */
180#define EM_ALPHA_STD 41 /* Digital Alpha (standard value). */
181#define EM_ALPHA 0x9026 /* Alpha (written in the absence of an ABI) */
182
183/* Special section indexes. */

--- 664 unchanged lines hidden ---