Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/riscv/include/asm/
A Delf.h24 #ifndef ELF_CLASS
26 #define ELF_CLASS ELFCLASS64 macro
28 #define ELF_CLASS ELFCLASS32 macro
38 ((x)->e_ident[EI_CLASS] == ELF_CLASS))
/linux-6.3-rc2/arch/parisc/include/asm/
A Delf.h225 #ifndef ELF_CLASS
228 #define ELF_CLASS ELFCLASS64 macro
230 #define ELF_CLASS ELFCLASS32 macro
312 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/linux-6.3-rc2/fs/
A Dcompat_binfmt_elf.c25 #undef ELF_CLASS
26 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/s390/include/asm/
A Delf.h149 #define ELF_CLASS ELFCLASS64 macro
180 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
183 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/linux-6.3-rc2/arch/openrisc/include/uapi/asm/
A Delf.h66 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/x86/um/asm/
A Delf.h32 #define ELF_CLASS ELFCLASS32 macro
127 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Delf.h118 # define ELF_CLASS ELFCLASS64 macro
126 # define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/x86/tools/
A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64 macro
A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
A Drelocs_64.c24 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/arch/nios2/include/uapi/asm/
A Delf.h62 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/arc/include/asm/
A Delf.h23 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Delf.h161 #define ELF_CLASS ELFCLASS32 macro
177 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/arch/csky/include/asm/
A Delf.h53 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Delf_32.h105 #define ELF_CLASS ELFCLASS32 macro
A Delf_64.h107 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/arch/microblaze/include/uapi/asm/
A Delf.h34 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/x86/include/asm/
A Delf.h40 #define ELF_CLASS ELFCLASS32 macro
69 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/include/linux/
A Delf.h38 #if ELF_CLASS == ELFCLASS32
/linux-6.3-rc2/arch/alpha/include/asm/
A Delf.h82 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/arch/arm/include/asm/
A Delf.h78 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Delf.h54 #define ELF_CLASS ELFCLASS32 macro
/linux-6.3-rc2/arch/mips/include/asm/
A Delf.h226 #define ELF_CLASS ELFCLASS32 macro
243 #define ELF_CLASS ELFCLASS64 macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Delf.h112 #define ELF_CLASS ELFCLASS32 macro

Completed in 53 milliseconds

12