Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Delf.h39 if (__h->e_machine != EM_MIPS) \
53 #define irix_elf_check_arch(hdr) ((hdr)->e_machine == EM_MIPS)
64 #define ELF_ARCH EM_MIPS
/linux-2.4.37.9/arch/mips64/kernel/
Dbinfmt_elfn32.c12 #define ELF_ARCH EM_MIPS
38 if (__h->e_machine != EM_MIPS) \
Dbinfmt_elfo32.c12 #define ELF_ARCH EM_MIPS
38 if (__h->e_machine != EM_MIPS) \
/linux-2.4.37.9/include/asm-mips64/
Delf.h44 if (__h->e_machine != EM_MIPS) \
61 #define ELF_ARCH EM_MIPS
/linux-2.4.37.9/include/linux/
Delf.h66 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro