/linux-2.6.39/arch/unicore32/include/asm/ |
D | elf.h | 62 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/ |
D | elf.h | 99 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/ |
D | elf.c | 18 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/ |
D | elf.c | 7 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/ |
D | compat_binfmt_elf.c | 71 #undef elf_check_arch 72 #define elf_check_arch compat_elf_check_arch macro
|
/linux-2.6.39/include/linux/ |
D | crash_dump.h | 29 #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/ |
D | elf.h | 12 #define elf_check_arch(x) (1) macro
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | elf.h | 67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | elf.h | 20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | elf.h | 181 #define elf_check_arch(hdr) \ macro 210 #define elf_check_arch(hdr) \ macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | elf.h | 78 #define elf_check_arch(x) \ macro
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | elf_32.h | 98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
|
D | elf_64.h | 150 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | elf.h | 91 #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/ |
D | elf.h | 37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro
|
/linux-2.6.39/arch/score/include/asm/ |
D | elf.h | 42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | elf.h | 25 #define elf_check_arch(x) ((x)->e_machine == EM_XILINX_MICROBLAZE) macro
|
/linux-2.6.39/arch/mips/kernel/ |
D | binfmt_elfn32.c | 33 #define elf_check_arch(hdr) \ macro
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | elf.h | 48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
|
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | elf.h | 9 #define elf_check_arch(x) \ macro
|
/linux-2.6.39/arch/tile/include/asm/ |
D | elf.h | 60 #define elf_check_arch(x) \ macro
|
/linux-2.6.39/arch/frv/include/asm/ |
D | elf.h | 72 extern int elf_check_arch(const struct elf32_hdr *hdr);
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | elf.h | 9 #define elf_check_arch(x) \ macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | elf.h | 75 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
|
/linux-2.6.39/arch/um/sys-i386/asm/ |
D | elf.h | 34 #define elf_check_arch(x) \ macro
|