Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs_64.c6 #define ELF_MACHINE EM_X86_64 macro
Drelocs_32.c6 #define ELF_MACHINE EM_386 macro
Drelocs.c376 if (ehdr.e_machine != ELF_MACHINE) in read_ehdr()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs_32.c6 #define ELF_MACHINE EM_MIPS macro
Drelocs_64.c6 #define ELF_MACHINE EM_MIPS macro
Drelocs.c241 if (ehdr.e_machine != ELF_MACHINE) in read_ehdr()