/Linux-v5.4/arch/arc/include/asm/ |
D | elf.h | 37 extern int elf_check_arch(const struct elf32_hdr *); 38 #define elf_check_arch elf_check_arch macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | elf.h | 58 extern int elf_check_arch(const struct elf32_hdr *); 59 #define elf_check_arch elf_check_arch macro
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | elf.c | 15 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 27 EXPORT_SYMBOL(elf_check_arch);
|
/Linux-v5.4/arch/arm/include/asm/ |
D | elf.h | 101 extern int elf_check_arch(const struct elf32_hdr *); 102 #define elf_check_arch elf_check_arch macro
|
/Linux-v5.4/fs/ |
D | compat_binfmt_elf.c | 61 #undef elf_check_arch 62 #define elf_check_arch compat_elf_check_arch macro
|
/Linux-v5.4/arch/arm/kernel/ |
D | elf.c | 10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 41 EXPORT_SYMBOL(elf_check_arch);
|
/Linux-v5.4/include/linux/ |
D | crash_dump.h | 47 #define vmcore_elf32_check_arch(x) elf_check_arch(x) 51 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
|
/Linux-v5.4/arch/arc/kernel/ |
D | process.c | 300 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 319 EXPORT_SYMBOL(elf_check_arch);
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | elf.h | 25 #define elf_check_arch(x) \ macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | elf.h | 31 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
|
/Linux-v5.4/arch/x86/um/asm/ |
D | elf.h | 29 #define elf_check_arch(x) \ macro 124 #define elf_check_arch(x) \ macro
|
/Linux-v5.4/arch/alpha/boot/tools/ |
D | objstrip.c | 33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro 157 if (!elf_check_arch(elf)) { in main()
|
/Linux-v5.4/arch/csky/include/asm/ |
D | elf.h | 47 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | elf.h | 21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | elf.h | 28 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
|
/Linux-v5.4/arch/mips/kernel/ |
D | binfmt_elfn32.c | 35 #define elf_check_arch elfn32_check_arch macro
|
D | binfmt_elfo32.c | 35 #define elf_check_arch elfo32_check_arch macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | elf.h | 97 #define elf_check_arch(x) elf_check_arch_ia32(x) macro 161 #define elf_check_arch(x) \ macro
|
/Linux-v5.4/arch/microblaze/include/uapi/asm/ |
D | elf.h | 28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | elf.h | 49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | elf.h | 117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | elf.h | 14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | elf.h | 77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | elf.h | 93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
|