Home
last modified time | relevance | path

Searched refs:elf_check_arch (Results 1 – 25 of 42) sorted by relevance

12

/linux-2.6.39/arch/unicore32/include/asm/
Delf.h62 extern int elf_check_arch(const struct elf32_hdr *);
63 #define elf_check_arch elf_check_arch macro
/linux-2.6.39/arch/arm/include/asm/
Delf.h99 extern int elf_check_arch(const struct elf32_hdr *);
100 #define elf_check_arch elf_check_arch macro
/linux-2.6.39/arch/unicore32/kernel/
Delf.c18 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
30 EXPORT_SYMBOL(elf_check_arch);
/linux-2.6.39/arch/arm/kernel/
Delf.c7 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
38 EXPORT_SYMBOL(elf_check_arch);
/linux-2.6.39/fs/
Dcompat_binfmt_elf.c71 #undef elf_check_arch
72 #define elf_check_arch compat_elf_check_arch macro
/linux-2.6.39/include/linux/
Dcrash_dump.h29 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/linux-2.6.39/arch/um/sys-ppc/asm/
Delf.h12 #define elf_check_arch(x) (1) macro
/linux-2.6.39/arch/avr32/include/asm/
Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/linux-2.6.39/arch/h8300/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/linux-2.6.39/arch/mips/include/asm/
Delf.h181 #define elf_check_arch(hdr) \ macro
210 #define elf_check_arch(hdr) \ macro
/linux-2.6.39/arch/m32r/include/asm/
Delf.h78 #define elf_check_arch(x) \ macro
/linux-2.6.39/arch/sparc/include/asm/
Delf_32.h98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
Delf_64.h150 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-2.6.39/arch/x86/include/asm/
Delf.h91 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
155 #define elf_check_arch(x) \ macro
/linux-2.6.39/arch/blackfin/include/asm/
Delf.h37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro
/linux-2.6.39/arch/score/include/asm/
Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/linux-2.6.39/arch/microblaze/include/asm/
Delf.h25 #define elf_check_arch(x) ((x)->e_machine == EM_XILINX_MICROBLAZE) macro
/linux-2.6.39/arch/mips/kernel/
Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro
/linux-2.6.39/arch/m68k/include/asm/
Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-2.6.39/arch/cris/include/arch-v10/arch/
Delf.h9 #define elf_check_arch(x) \ macro
/linux-2.6.39/arch/tile/include/asm/
Delf.h60 #define elf_check_arch(x) \ macro
/linux-2.6.39/arch/frv/include/asm/
Delf.h72 extern int elf_check_arch(const struct elf32_hdr *hdr);
/linux-2.6.39/arch/cris/include/arch-v32/arch/
Delf.h9 #define elf_check_arch(x) \ macro
/linux-2.6.39/arch/alpha/include/asm/
Delf.h75 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-2.6.39/arch/um/sys-i386/asm/
Delf.h34 #define elf_check_arch(x) \ macro

12