Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/include/asm/
Delf.h45 extern int elf_check_arch(const struct elf32_hdr *);
46 #define elf_check_arch elf_check_arch macro
/linux-4.4.14/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-4.4.14/arch/arm/include/asm/
Delf.h100 extern int elf_check_arch(const struct elf32_hdr *);
101 #define elf_check_arch elf_check_arch macro
/linux-4.4.14/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-4.4.14/arch/arm/kernel/
Delf.c8 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
39 EXPORT_SYMBOL(elf_check_arch);
/linux-4.4.14/fs/
Dcompat_binfmt_elf.c78 #undef elf_check_arch
79 #define elf_check_arch compat_elf_check_arch macro
Dbinfmt_elf.c534 if (!elf_check_arch(interp_elf_ex)) in load_elf_interp()
703 if (!elf_check_arch(&loc->elf_ex)) in load_elf_binary()
804 if (!elf_check_arch(&loc->interp_elf_ex)) in load_elf_binary()
1126 !elf_check_arch(&elf_ex) || !file->f_op->mmap) in load_elf_library()
Dbinfmt_elf_fdpic.c113 if (!elf_check_arch(hdr)) in is_elf()
/linux-4.4.14/arch/arc/kernel/
Dprocess.c198 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
217 EXPORT_SYMBOL(elf_check_arch);
/linux-4.4.14/arch/openrisc/include/asm/
Delf.h29 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/x86/um/asm/
Delf.h29 #define elf_check_arch(x) \ macro
125 #define elf_check_arch(x) \ macro
/linux-4.4.14/include/linux/
Dcrash_dump.h41 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/linux-4.4.14/arch/avr32/include/asm/
Delf.h67 #define elf_check_arch(x) ( (x)->e_machine == EM_AVR32 ) macro
/linux-4.4.14/arch/alpha/boot/tools/
Dobjstrip.c32 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
156 if (!elf_check_arch(elf)) { in main()
/linux-4.4.14/arch/h8300/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/linux-4.4.14/arch/sparc/include/asm/
Delf_32.h98 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
Delf_64.h178 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-4.4.14/arch/c6x/include/asm/
Delf.h31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
/linux-4.4.14/arch/m32r/include/asm/
Delf.h78 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/metag/include/asm/
Delf.h66 #define elf_check_arch(x) ((x)->e_machine == EM_METAG) macro
/linux-4.4.14/arch/blackfin/include/asm/
Delf.h37 #define elf_check_arch(x) ((x)->e_machine == EM_BLACKFIN) macro
/linux-4.4.14/arch/score/include/asm/
Delf.h42 #define elf_check_arch(x) ((x)->e_machine == EM_SCORE7) macro
/linux-4.4.14/arch/microblaze/include/uapi/asm/
Delf.h27 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/linux-4.4.14/arch/x86/include/asm/
Delf.h96 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
160 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/m68k/include/asm/
Delf.h48 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux-4.4.14/arch/nios2/include/asm/
Delf.h27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/linux-4.4.14/arch/frv/include/asm/
Delf.h72 extern int elf_check_arch(const struct elf32_hdr *hdr);
/linux-4.4.14/arch/powerpc/include/asm/
Delf.h20 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux-4.4.14/arch/cris/include/uapi/asm/
Delf_v10.h12 #define elf_check_arch(x) \ macro
Delf_v32.h12 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/mips/include/asm/
Delf.h225 #define elf_check_arch(hdr) \ macro
256 #define elf_check_arch(hdr) \ macro
/linux-4.4.14/arch/alpha/include/asm/
Delf.h76 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux-4.4.14/arch/arm64/include/asm/
Delf.h115 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
/linux-4.4.14/arch/tile/include/asm/
Delf.h61 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/mips/kernel/
Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro
Dbinfmt_elfo32.c45 #define elf_check_arch(hdr) \ macro
Dvpe.c595 || !elf_check_arch(hdr) in vpe_elfload()
/linux-4.4.14/arch/mn10300/include/asm/
Delf.h59 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/s390/include/asm/
Delf.h139 #define elf_check_arch(x) \ macro
/linux-4.4.14/arch/ia64/include/asm/
Delf.h19 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
/linux-4.4.14/arch/xtensa/include/asm/
Delf.h110 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.c122 if (!elf_check_arch(elf)) { in start_bootloader()
/linux-4.4.14/arch/frv/kernel/
Dprocess.c207 int elf_check_arch(const struct elf32_hdr *hdr) in elf_check_arch() function
/linux-4.4.14/arch/hexagon/include/asm/
Delf.h171 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
/linux-4.4.14/arch/parisc/include/asm/
Delf.h312 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) macro
/linux-4.4.14/arch/sh/include/asm/
Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
/linux-4.4.14/kernel/
Dkexec_file.c916 || !elf_check_arch(pi->ehdr) in kexec_load_purgatory()
Dmodule.c2648 || !elf_check_arch(info->hdr) in elf_header_check()
/linux-4.4.14/fs/proc/
Dvmcore.c1071 !elf_check_arch(&ehdr) || in parse_crash_elf32_headers()