Searched defs:elf_check_arch (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Delf.h9 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Delf.h9 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Delf.c7 int elf_check_arch(const struct elf32_hdr *x) function
38 EXPORT_SYMBOL(elf_check_arch); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_binfmt_elf.c71 #undef elf_check_arch macro
72 #define elf_check_arch compat_elf_check_arch macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ppc/asm/
H A Delf.h12 #define elf_check_arch(x) (1) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Delf.h25 #define elf_check_arch(x) ((x)->e_machine == EM_XILINX_MICROBLAZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Delf.h55 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Delf.h34 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Delf.h44 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro
H A Dbinfmt_elfo32.c33 #define elf_check_arch(hdr) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Delf.h60 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dprocess.c303 int elf_check_arch(const struct elf32_hdr *hdr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Delf.h20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Delf.h78 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Delf.h75 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Delf.h100 #define elf_check_arch elf_check_arch macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Delf_32.h98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
H A Delf_64.h150 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Delf.h91 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
155 #define elf_check_arch(x) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Delf.h35 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro

Completed in 240 milliseconds

12