/linux-5.19.10/arch/x86/ |
D | Makefile.um | 8 ELF_ARCH := i386 42 ELF_ARCH := i386:x86-64
|
/linux-5.19.10/arch/csky/include/asm/ |
D | elf.h | 9 #define ELF_ARCH EM_CSKY macro 46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | elf_64.h | 106 #define ELF_ARCH EM_SPARCV9 macro 179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
|
D | elf_32.h | 104 #define ELF_ARCH EM_SPARC macro
|
/linux-5.19.10/arch/openrisc/include/uapi/asm/ |
D | elf.h | 65 #define ELF_ARCH EM_OR32 macro
|
/linux-5.19.10/arch/powerpc/include/uapi/asm/ |
D | elf.h | 117 # define ELF_ARCH EM_PPC64 macro 125 # define ELF_ARCH EM_PPC macro
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | elf.h | 78 #ifndef ELF_ARCH 151 #define ELF_ARCH EM_LOONGARCH macro
|
/linux-5.19.10/arch/nios2/include/uapi/asm/ |
D | elf.h | 64 #define ELF_ARCH EM_ALTERA_NIOS2 macro
|
/linux-5.19.10/arch/arc/include/asm/ |
D | elf.h | 22 #define ELF_ARCH EM_ARC_INUSE macro
|
/linux-5.19.10/arch/x86/um/asm/ |
D | elf.h | 34 #define ELF_ARCH EM_386 macro 129 #define ELF_ARCH EM_X86_64 macro
|
/linux-5.19.10/arch/um/kernel/ |
D | uml.lds.S | 6 OUTPUT_ARCH(ELF_ARCH)
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | elf.h | 21 #define ELF_ARCH EM_RISCV macro
|
/linux-5.19.10/arch/microblaze/include/uapi/asm/ |
D | elf.h | 23 #define ELF_ARCH EM_MICROBLAZE macro
|
/linux-5.19.10/arch/x86/include/asm/ |
D | elf.h | 42 #define ELF_ARCH EM_386 macro 71 #define ELF_ARCH EM_X86_64 macro
|
/linux-5.19.10/arch/arm/include/asm/ |
D | elf.h | 84 #define ELF_ARCH EM_ARM macro
|
/linux-5.19.10/arch/m68k/include/asm/ |
D | elf.h | 56 #define ELF_ARCH EM_68K macro
|
/linux-5.19.10/arch/alpha/include/asm/ |
D | elf.h | 84 #define ELF_ARCH EM_ALPHA macro
|
/linux-5.19.10/arch/xtensa/include/asm/ |
D | elf.h | 109 #define ELF_ARCH EM_XTENSA macro
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | elf.h | 80 #define ELF_ARCH EM_AARCH64 macro
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | elf.h | 27 #define ELF_ARCH EM_IA_64 macro
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | elf.h | 16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
|
/linux-5.19.10/arch/sh/include/asm/ |
D | elf.h | 91 #define ELF_ARCH EM_SH macro
|
/linux-5.19.10/arch/nios2/kernel/ |
D | ptrace.c | 109 .e_machine = ELF_ARCH,
|
/linux-5.19.10/arch/um/ |
D | Makefile | 129 export LDS_ELF_ARCH := $(ELF_ARCH)
|
/linux-5.19.10/arch/hexagon/kernel/ |
D | ptrace.c | 149 .e_machine = ELF_ARCH,
|