/openbmc/linux/arch/arc/include/asm/ |
H A D | elf.h | 37 extern int elf_check_arch(const struct elf32_hdr *); 38 #define elf_check_arch elf_check_arch macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | elf.h | 109 extern int elf_check_arch(const struct elf32_hdr *); 110 #define elf_check_arch elf_check_arch macro
|
/openbmc/linux/arch/arm/kernel/ |
H A D | elf.c | 10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 41 EXPORT_SYMBOL(elf_check_arch);
|
/openbmc/linux/include/linux/ |
H A D | crash_dump.h | 46 #define vmcore_elf32_check_arch(x) elf_check_arch(x) 50 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
|
/openbmc/linux/fs/ |
H A D | compat_binfmt_elf.c | 65 #undef elf_check_arch 66 #define elf_check_arch compat_elf_check_arch macro
|
/openbmc/linux/arch/arc/kernel/ |
H A D | process.c | 277 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function 296 EXPORT_SYMBOL(elf_check_arch);
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_elf.h | 24 #define elf_check_arch(x) (((x) == ELF_ARCH)) macro
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_elf.h | 24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) macro
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | elf.h | 29 #define elf_check_arch(x) \ macro 124 #define elf_check_arch(x) \ macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | elf.h | 25 #define elf_check_arch(x) \ macro
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_elf.h | 23 #define elf_check_arch(x) ((x) == EM_RISCV) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 165 #define elf_check_arch elf32_check_arch macro 181 #define elf_check_arch elf64_check_arch macro
|
/openbmc/linux/arch/alpha/boot/tools/ |
H A D | objstrip.c | 33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro 157 if (!elf_check_arch(elf)) { in main()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | elf.h | 46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
|
H A D | elf_64.h | 179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | elf.h | 95 #define elf_check_arch(x) elf_check_arch_ia32(x) macro 148 #define elf_check_arch(x) \ macro
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | elf.h | 28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | elf.h | 14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | elf.h | 77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT)) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | elf.h | 49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 221 #define elf_check_arch elf32_check_arch macro 237 #define elf_check_arch elf64_check_arch macro
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_elf.h | 25 #define elf_check_arch(x) ((x) == EM_ARM) macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | elf.h | 93 #define elf_check_arch(x) ( ( (x)->e_machine == EM_XTENSA ) || \ macro
|