Home
last modified time | relevance | path

Searched refs:ELF_ARCH (Results 1 – 25 of 37) sorted by relevance

12

/arch/csky/include/asm/
A Delf.h9 #define ELF_ARCH EM_CSKY macro
46 #define elf_check_arch(x) (((x)->e_machine == ELF_ARCH) || \
/arch/x86/
A DMakefile.um21 ELF_ARCH := i386
55 ELF_ARCH := i386:x86-64
/arch/sparc/include/asm/
A Delf_64.h106 #define ELF_ARCH EM_SPARCV9 macro
179 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
A Delf_32.h104 #define ELF_ARCH EM_SPARC macro
/arch/nios2/include/uapi/asm/
A Delf.h64 #define ELF_ARCH EM_ALTERA_NIOS2 macro
/arch/arc/include/asm/
A Delf.h22 #define ELF_ARCH EM_ARC_INUSE macro
/arch/powerpc/include/uapi/asm/
A Delf.h119 # define ELF_ARCH EM_PPC64 macro
127 # define ELF_ARCH EM_PPC macro
/arch/loongarch/include/asm/
A Delf.h124 #ifndef ELF_ARCH
197 #define ELF_ARCH EM_LOONGARCH macro
/arch/x86/um/asm/
A Delf.h36 #define ELF_ARCH EM_386 macro
131 #define ELF_ARCH EM_X86_64 macro
/arch/openrisc/include/uapi/asm/
A Delf.h121 #define ELF_ARCH EM_OR32 macro
/arch/um/kernel/
A Duml.lds.S6 OUTPUT_ARCH(ELF_ARCH)
/arch/microblaze/include/uapi/asm/
A Delf.h23 #define ELF_ARCH EM_MICROBLAZE macro
/arch/alpha/include/asm/
A Delf.h84 #define ELF_ARCH EM_ALPHA macro
/arch/arm/include/asm/
A Delf.h83 #define ELF_ARCH EM_ARM macro
/arch/m68k/include/asm/
A Delf.h56 #define ELF_ARCH EM_68K macro
/arch/riscv/include/asm/
A Delf.h22 #define ELF_ARCH EM_RISCV macro
/arch/x86/include/asm/
A Delf.h43 #define ELF_ARCH EM_386 macro
73 #define ELF_ARCH EM_X86_64 macro
/arch/xtensa/include/asm/
A Delf.h113 #define ELF_ARCH EM_XTENSA macro
/arch/arm64/include/asm/
A Delf.h80 #define ELF_ARCH EM_AARCH64 macro
/arch/powerpc/include/asm/
A Delf.h16 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
/arch/nios2/kernel/
A Dptrace.c109 .e_machine = ELF_ARCH,
/arch/sh/include/asm/
A Delf.h91 #define ELF_ARCH EM_SH macro
/arch/hexagon/kernel/
A Dptrace.c151 .e_machine = ELF_ARCH,
/arch/s390/include/asm/
A Delf.h159 #define ELF_ARCH EM_S390 macro
/arch/um/
A DMakefile129 export LDS_ELF_ARCH := $(ELF_ARCH)

Completed in 32 milliseconds

12