Searched refs:ELF_ARCH (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/arch/openrisc/include/uapi/asm/
H A Delf.h64 #define ELF_ARCH EM_OR32 macro
/linux-master/arch/nios2/include/uapi/asm/
H A Delf.h64 #define ELF_ARCH EM_ALTERA_NIOS2 macro
/linux-master/arch/arc/include/asm/
H A Delf.h22 #define ELF_ARCH EM_ARC_INUSE macro
/linux-master/arch/csky/include/asm/
H A Delf.h9 #define ELF_ARCH EM_CSKY macro
46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \
/linux-master/arch/x86/
H A DMakefile.um19 ELF_ARCH := i386
53 ELF_ARCH := i386:x86-64
/linux-master/arch/sparc/include/asm/
H A Delf_32.h104 #define ELF_ARCH EM_SPARC macro
H A Delf_64.h106 #define ELF_ARCH EM_SPARCV9 macro
179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
/linux-master/arch/powerpc/include/uapi/asm/
H A Delf.h112 * ELF_ARCH, CLASS, and DATA are used to set parameters in the core dumps.
119 # define ELF_ARCH EM_PPC64 macro
127 # define ELF_ARCH EM_PPC macro
/linux-master/arch/x86/um/asm/
H A Delf.h34 #define ELF_ARCH EM_386 macro
129 #define ELF_ARCH EM_X86_64 macro
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h23 #define ELF_ARCH EM_MICROBLAZE macro
/linux-master/arch/m68k/include/asm/
H A Delf.h56 #define ELF_ARCH EM_68K macro
/linux-master/arch/alpha/include/asm/
H A Delf.h84 #define ELF_ARCH EM_ALPHA macro
/linux-master/arch/um/kernel/
H A Duml.lds.S6 OUTPUT_ARCH(ELF_ARCH)
/linux-master/arch/xtensa/include/asm/
H A Delf.h113 #define ELF_ARCH EM_XTENSA macro
/linux-master/arch/arm/include/asm/
H A Delf.h83 #define ELF_ARCH EM_ARM macro
/linux-master/arch/riscv/include/asm/
H A Delf.h22 #define ELF_ARCH EM_RISCV macro
/linux-master/arch/loongarch/include/asm/
H A Delf.h124 #ifndef ELF_ARCH
197 #define ELF_ARCH EM_LOONGARCH macro
199 #endif /* !defined(ELF_ARCH) */
/linux-master/arch/x86/include/asm/
H A Delf.h43 #define ELF_ARCH EM_386 macro
72 #define ELF_ARCH EM_X86_64 macro
/linux-master/arch/sh/include/asm/
H A Delf.h91 #define ELF_ARCH EM_SH macro
/linux-master/arch/hexagon/include/asm/
H A Delf.h161 #define ELF_ARCH EM_HEXAGON macro
/linux-master/arch/nios2/kernel/
H A Dptrace.c109 .e_machine = ELF_ARCH,
/linux-master/arch/powerpc/include/asm/
H A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
/linux-master/arch/hexagon/kernel/
H A Dptrace.c151 .e_machine = ELF_ARCH,
/linux-master/arch/um/
H A DMakefile128 export LDS_ELF_ARCH := $(ELF_ARCH)
/linux-master/arch/arm64/include/asm/
H A Delf.h80 #define ELF_ARCH EM_AARCH64 macro

Completed in 506 milliseconds

12