Home
last modified time | relevance | path

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

12

/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == ELF_ARCH)) macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Delf.h25 #define elf_check_arch(x) \ macro
/openbmc/linux/arch/x86/um/asm/
H A Delf.h29 #define elf_check_arch(x) \ macro
124 #define elf_check_arch(x) \ macro
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_elf.h23 #define elf_check_arch(x) ((x) == EM_RISCV) macro
/openbmc/linux/arch/arm/kernel/
H A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/openbmc/linux/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/openbmc/linux/arch/arc/include/asm/
H A Delf.h38 #define elf_check_arch elf_check_arch macro
/openbmc/linux/arch/microblaze/include/uapi/asm/
H A Delf.h28 #define elf_check_arch(x) ((x)->e_machine == EM_MICROBLAZE \ macro
/openbmc/linux/arch/riscv/include/asm/
H A Delf.h37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \ macro
/openbmc/linux/arch/alpha/boot/tools/
H A Dobjstrip.c33 # define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/openbmc/linux/arch/x86/include/asm/
H A Delf.h95 #define elf_check_arch(x) elf_check_arch_ia32(x) macro
148 #define elf_check_arch(x) \ macro
/openbmc/linux/arch/csky/include/asm/
H A Delf.h46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \ macro
/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c66 #define elf_check_arch compat_elf_check_arch macro
/openbmc/linux/arch/arc/kernel/
H A Dprocess.c277 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/openbmc/linux/arch/m68k/include/asm/
H A Delf.h49 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Delf.h165 #define elf_check_arch elf32_check_arch macro
181 #define elf_check_arch elf64_check_arch macro
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h25 #define elf_check_arch(x) ((x) == EM_ARM) macro
/openbmc/linux/arch/alpha/include/asm/
H A Delf.h77 #define elf_check_arch(x) ((x)->e_machine == EM_ALPHA) macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_elf.h26 #define elf_check_arch(x) ((x) == EM_AARCH64) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Delf.h154 #define elf_check_arch(hdr) ((hdr)->e_machine == EM_HEXAGON) macro
/openbmc/linux/arch/sparc/include/asm/
H A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/openbmc/linux/arch/arm/include/asm/
H A Delf.h110 #define elf_check_arch elf_check_arch macro
/openbmc/linux/arch/sh/include/asm/
H A Delf.h96 #define elf_check_arch(x) ((x)->e_machine == EM_SH) macro

12