/Linux-v4.19/arch/arc/include/asm/ |
D | elf.h | 44 extern int elf_check_arch(const struct elf32_hdr *); 45 #define elf_check_arch elf_check_arch macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | elf.h | 62 extern int elf_check_arch(const struct elf32_hdr *); 63 #define elf_check_arch elf_check_arch macro
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | elf.c | 18 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 30 EXPORT_SYMBOL(elf_check_arch);
|
/Linux-v4.19/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-v4.19/include/linux/ |
D | crash_dump.h | 43 #define vmcore_elf32_check_arch(x) elf_check_arch(x) 47 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
|
/Linux-v4.19/fs/ |
D | compat_binfmt_elf.c | 64 #undef elf_check_arch 65 #define elf_check_arch compat_elf_check_arch macro
|
/Linux-v4.19/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-v4.19/arch/arc/kernel/ |
D | process.c | 303 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 322 EXPORT_SYMBOL(elf_check_arch);
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | elf.h | 29 #define elf_check_arch(x) \ macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | elf.h | 44 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
|
/Linux-v4.19/arch/x86/um/asm/ |
D | elf.h | 29 #define elf_check_arch(x) \ macro 125 #define elf_check_arch(x) \ macro
|
/Linux-v4.19/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-v4.19/arch/h8300/include/asm/ |
D | elf.h | 21 #define elf_check_arch(x) ((x)->e_machine == EM_H8_300) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | elf.h | 31 #define elf_check_arch(x) ((x)->e_machine == EM_TI_C6000) macro
|
/Linux-v4.19/arch/mips/kernel/ |
D | binfmt_elfo32.c | 35 #define elf_check_arch elfo32_check_arch macro
|
D | binfmt_elfn32.c | 35 #define elf_check_arch elfn32_check_arch macro
|
/Linux-v4.19/arch/microblaze/include/uapi/asm/ |
D | elf.h | 28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | elf.h | 117 #define elf_check_arch(x) ((x)->e_machine == EM_NDS32) macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | elf.h | 27 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | elf.h | 49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
|
/Linux-v4.19/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-v4.19/arch/alpha/include/asm/ |
D | elf.h | 77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | elf.h | 108 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | elf.h | 222 #define elf_check_arch elfo32_check_arch macro 238 #define elf_check_arch elfn64_check_arch macro
|