Home
last modified time | relevance | path

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

/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/
Delf.h
/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/
Delf.c
/openbmc/linux/arch/nios2/include/asm/
Delf.h
/openbmc/linux/arch/arc/include/asm/
Delf.h
/openbmc/linux/arch/microblaze/include/uapi/asm/
Delf.h
/openbmc/linux/arch/alpha/boot/tools/
Dobjstrip.c
/openbmc/linux/arch/csky/include/asm/
Delf.h
/openbmc/linux/fs/
Dcompat_binfmt_elf.c
/openbmc/linux/arch/arc/kernel/
Dprocess.c
/openbmc/linux/arch/m68k/include/asm/
Delf.h
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h25 #define elf_check_arch(x) ((x) == EM_ARM) macro
/openbmc/linux/arch/loongarch/include/asm/
Delf.h
/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/
Delf.h
/openbmc/linux/arch/sparc/include/asm/
Delf_32.h
Delf_64.h
/openbmc/linux/arch/sh/include/asm/
Delf.h
/openbmc/linux/arch/xtensa/include/asm/
Delf.h
/openbmc/linux/arch/mips/include/asm/
Delf.h
/openbmc/qemu/linux-user/
H A Delfload.c250 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
1076 # define elf_check_arch(x) ((x) == EM_SPARC32PLUS || (x) == EM_SPARC) macro
1130 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
1341 #define elf_check_arch(x) ((x) == EM_LOONGARCH) macro
1594 #define elf_check_arch(x) ( (x) == EM_MICROBLAZE || (x) == EM_MICROBLAZE_OLD) macro
2112 #define elf_check_arch(x) ((x) == ELF_ARCH) macro
/openbmc/linux/arch/parisc/include/asm/
Delf.h