mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
6 lines
172 B
C
6 lines
172 B
C
|
|
#define ARCH_ELF_CLASS ELFCLASS64
|
||
|
|
#define ARCH_ELF_DATA ELFDATA2LSB
|
||
|
|
#define ARCH_ELF_MACHINE_OK(x) ((x)==EM_IA64)
|
||
|
|
typedef Elf64_Ehdr Elf_ehdr;
|
||
|
|
typedef Elf64_Phdr Elf_phdr;
|