Home
last modified time | relevance | path

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

12

/linux-3.3/arch/unicore32/kernel/
Delf.c18 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/linux-3.3/arch/cris/include/arch-v10/arch/
Delf.h9 #define elf_check_arch(x) \ macro
/linux-3.3/arch/arm/kernel/
Delf.c7 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/linux-3.3/arch/cris/include/arch-v32/arch/
Delf.h9 #define elf_check_arch(x) \ macro
/linux-3.3/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
125 #define elf_check_arch(x) \ macro
/linux-3.3/fs/
Dcompat_binfmt_elf.c72 #define elf_check_arch compat_elf_check_arch macro
/linux-3.3/arch/microblaze/include/asm/
Delf.h26 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/linux-3.3/arch/openrisc/include/asm/
Delf.h69 #define elf_check_arch(x) \ macro
/linux-3.3/arch/unicore32/include/asm/
Delf.h63 #define elf_check_arch elf_check_arch macro
/linux-3.3/arch/um/sys-ppc/asm/
Delf.h12 #define elf_check_arch(x) (1) macro
/linux-3.3/arch/x86/include/asm/
Delf.h92 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
156 #define elf_check_arch(x) \ macro
/linux-3.3/arch/mn10300/include/asm/
Delf.h59 #define elf_check_arch(x) \ macro
/linux-3.3/arch/score/include/asm/
Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/linux-3.3/arch/m68k/include/asm/
Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-3.3/arch/h8300/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/linux-3.3/arch/tile/include/asm/
Delf.h60 #define elf_check_arch(x) \ macro
/linux-3.3/arch/avr32/include/asm/
Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/linux-3.3/arch/c6x/include/asm/
Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/linux-3.3/arch/frv/kernel/
Dprocess.c304 int elf_check_arch(const struct elf32_hdr *hdr) in elf_check_arch() function
/linux-3.3/arch/m32r/include/asm/
Delf.h78 #define elf_check_arch(x) \ macro
/linux-3.3/arch/mips/include/asm/
Delf.h181 #define elf_check_arch(hdr) \ macro
210 #define elf_check_arch(hdr) \ macro
/linux-3.3/arch/alpha/include/asm/
Delf.h75 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-3.3/arch/arm/include/asm/
Delf.h100 #define elf_check_arch elf_check_arch macro
/linux-3.3/arch/hexagon/include/asm/
Delf.h162 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
/linux-3.3/arch/blackfin/include/asm/
Delf.h37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro

12