mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Add ARM Aarch64 define (from elf.h)
This commit is contained in:
parent
0a229d80fd
commit
b05d43860b
@ -247,7 +247,7 @@ constexpr Elf_Half EM_SLE9X = 179; // Infineon Technologies SLE9X core
|
||||
constexpr Elf_Half EM_L1OM = 180; // Intel L1OM
|
||||
constexpr Elf_Half EM_INTEL181 = 181; // Reserved by Intel
|
||||
constexpr Elf_Half EM_INTEL182 = 182; // Reserved by Intel
|
||||
constexpr Elf_Half EM_res183 = 183; // Reserved by ARM
|
||||
constexpr Elf_Half EM_AARCH64 = 183; // ARM AArch64
|
||||
constexpr Elf_Half EM_res184 = 184; // Reserved by ARM
|
||||
constexpr Elf_Half EM_AVR32 = 185; // Atmel Corporation 32-bit microprocessor family
|
||||
constexpr Elf_Half EM_STM8 = 186; // STMicroeletronics STM8 8-bit microcontroller
|
||||
|
@ -264,7 +264,7 @@ static const struct machine_table_t
|
||||
{ EM_L1OM, "Intel L1OM" },
|
||||
{ EM_INTEL181, "Reserved by Intel" },
|
||||
{ EM_INTEL182, "Reserved by Intel" },
|
||||
{ EM_res183, "Reserved by ARM" },
|
||||
{ EM_AARCH64, "ARM AArch64" },
|
||||
{ EM_res184, "Reserved by ARM" },
|
||||
{ EM_AVR32, "Atmel Corporation 32-bit microprocessor family" },
|
||||
{ EM_STM8, "STMicroeletronics STM8 8-bit microcontroller" },
|
||||
|
Loading…
Reference in New Issue
Block a user