/linux-5.19.10/arch/openrisc/include/asm/ |
D | elf.h | 25 #define elf_check_arch(x) \ macro
|
/linux-5.19.10/arch/x86/um/asm/ |
D | elf.h | 29 #define elf_check_arch(x) \ macro 124 #define elf_check_arch(x) \ macro
|
/linux-5.19.10/arch/arm/kernel/ |
D | elf.c | 10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
|
/linux-5.19.10/arch/nios2/include/asm/ |
D | elf.h | 14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
|
/linux-5.19.10/arch/arc/include/asm/ |
D | elf.h | 38 #define elf_check_arch elf_check_arch macro
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | elf.h | 119 #define elf_check_arch elf32_check_arch macro 135 #define elf_check_arch elf64_check_arch macro
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | elf.h | 36 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
|
/linux-5.19.10/arch/microblaze/include/uapi/asm/ |
D | elf.h | 28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
|
/linux-5.19.10/arch/x86/include/asm/ |
D | elf.h | 95 #define elf_check_arch(x) elf_check_arch_ia32(x) macro 148 #define elf_check_arch(x) \ macro
|
/linux-5.19.10/arch/alpha/boot/tools/ |
D | objstrip.c | 33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
|
/linux-5.19.10/fs/ |
D | compat_binfmt_elf.c | 66 #define elf_check_arch compat_elf_check_arch macro
|
/linux-5.19.10/arch/csky/include/asm/ |
D | elf.h | 46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
|
/linux-5.19.10/arch/arc/kernel/ |
D | process.c | 285 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
|
/linux-5.19.10/arch/m68k/include/asm/ |
D | elf.h | 49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | elf.h | 16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
|
/linux-5.19.10/arch/alpha/include/asm/ |
D | elf.h | 77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
|
/linux-5.19.10/arch/hexagon/include/asm/ |
D | elf.h | 154 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
|
D | elf_64.h | 179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
|
/linux-5.19.10/arch/arm/include/asm/ |
D | elf.h | 110 #define elf_check_arch elf_check_arch macro
|
/linux-5.19.10/arch/sh/include/asm/ |
D | elf.h | 96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro
|
/linux-5.19.10/arch/xtensa/include/asm/ |
D | elf.h | 93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
|
/linux-5.19.10/arch/mips/include/asm/ |
D | elf.h | 221 #define elf_check_arch elf32_check_arch macro 237 #define elf_check_arch elf64_check_arch macro
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | elf.h | 97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | elf.h | 20 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
|