Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c377 if (ehdr.e_machine != ELF_MACHINE) in read_ehdr()
/OK3568_Linux_fs/kernel/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()