Home
last modified time | relevance | path

Searched refs:ELF_MACHINE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64 macro
H A Drelocs_32.c6 #define ELF_MACHINE EM_386 macro
H A Drelocs.c404 if (ehdr.e_machine != ELF_MACHINE) in read_ehdr()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c6 #define ELF_MACHINE EM_MIPS macro
H A Drelocs_64.c6 #define ELF_MACHINE EM_MIPS macro
H A Drelocs.c241 if (ehdr.e_machine != ELF_MACHINE) in read_ehdr()
/openbmc/qemu/linux-user/
H A Delfload.c1045 #define ELF_MACHINE PPC_ELF_MACHINE macro
2026 #ifndef ELF_MACHINE
2027 #define ELF_MACHINE ELF_ARCH macro
4431 fill_elf_header(hptr, css.count + 1, ELF_MACHINE, 0); in elf_core_dump()