Home
last modified time | relevance | path

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

12

/linux/arch/openrisc/include/asm/
A Delf.h25 #define elf_check_arch(x) \ macro
/linux/arch/x86/um/asm/
A Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/linux/arch/arm/kernel/
A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/linux/arch/nios2/include/asm/
A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/linux/arch/riscv/include/asm/
A Delf.h32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/linux/arch/arc/include/asm/
A Delf.h38 #define elf_check_arch elf_check_arch macro
/linux/arch/microblaze/include/uapi/asm/
A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/linux/arch/x86/include/asm/
A Delf.h95 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
159 #define elf_check_arch(x) \ macro
/linux/arch/alpha/boot/tools/
A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux/fs/
A Dcompat_binfmt_elf.c66 #define elf_check_arch compat_elf_check_arch macro
/linux/arch/csky/include/asm/
A Delf.h46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/linux/arch/arc/kernel/
A Dprocess.c284 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/linux/arch/m68k/include/asm/
A Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/linux/arch/powerpc/include/asm/
A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux/arch/h8300/include/asm/
A Delf.h21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
/linux/arch/alpha/include/asm/
A Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/linux/arch/hexagon/include/asm/
A Delf.h154 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
/linux/arch/sparc/include/asm/
A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
A Delf_64.h179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/linux/arch/arm/include/asm/
A Delf.h107 #define elf_check_arch elf_check_arch macro
/linux/arch/xtensa/include/asm/
A Delf.h93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
/linux/arch/sh/include/asm/
A Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
/linux/arch/nds32/include/asm/
A Delf.h117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
/linux/arch/mips/include/asm/
A Delf.h221 #define elf_check_arch elf32_check_arch macro
237 #define elf_check_arch elf64_check_arch macro
/linux/arch/arm64/include/asm/
A Delf.h97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro

Completed in 64 milliseconds

12