Home
last modified time | relevance | path

Searched defs:elf_check_arch (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/include/asm-arm/
Delf.h26 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
/linux-2.4.37.9/include/asm-s390/
Delf.h33 #define elf_check_arch(x) \ macro
/linux-2.4.37.9/include/asm-s390x/
Delf.h33 #define elf_check_arch(x) \ macro
/linux-2.4.37.9/include/asm-cris/
Delf.h23 #define elf_check_arch(x) ( (x)->e_machine == EM_CRIS ) macro
/linux-2.4.37.9/include/asm-sh/
Delf.h21 #define elf_check_arch(x) ( (x)->e_machine == EM_SH ) macro
/linux-2.4.37.9/include/asm-sh64/
Delf.h33 #define elf_check_arch(x) ( (x)->e_machine == EM_SH ) macro
/linux-2.4.37.9/include/asm-x86_64/
Delf.h22 #define elf_check_arch(x) \ macro
/linux-2.4.37.9/include/asm-i386/
Delf.h24 #define elf_check_arch(x) \ macro
/linux-2.4.37.9/include/asm-m68k/
Delf.h22 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-2.4.37.9/include/asm-alpha/
Delf.h25 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-2.4.37.9/include/asm-ia64/
Delf.h17 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
Dia32.h360 #define elf_check_arch(x) ((x)->e_machine == EM_386) macro
/linux-2.4.37.9/include/asm-parisc/
Delf.h105 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) macro
/linux-2.4.37.9/include/asm-sparc64/
Delf.h70 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) /* Might be EM_SPARCV9 or EM_SPARC */ macro
/linux-2.4.37.9/include/asm-ppc/
Delf.h40 #define elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/linux-2.4.37.9/include/asm-mips64/
Delf.h39 #define elf_check_arch(hdr) \ macro
/linux-2.4.37.9/include/asm-mips/
Delf.h34 #define elf_check_arch(hdr) \ macro
/linux-2.4.37.9/include/asm-sparc/
Delf.h62 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/linux-2.4.37.9/include/asm-ppc64/
Delf.h59 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-2.4.37.9/arch/mips64/kernel/
Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro
Dbinfmt_elfo32.c33 #define elf_check_arch(hdr) \ macro
/linux-2.4.37.9/arch/s390x/kernel/
Dbinfmt_elf32.c25 #define elf_check_arch(x) \ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_elf32.c82 #define elf_check_arch(x) (((x)->e_machine == EM_SPARC) || ((x)->e_machine == EM_SPARC32PLUS)) macro
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c136 #define elf_check_arch(x) \ macro