Home
last modified time | relevance | path

Searched refs:ELF_CLASS (Results 1 - 25 of 83) sorted by relevance

1234

/kernel/linux/linux-6.6/arch/riscv/include/asm/
H 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))
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Delf.h22 #define ELF_CLASS ELFCLASS64 macro
24 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Delf.h222 * on a 64-bit kernel, fs/compat_binfmt_elf.c defines ELF_CLASS and then
225 #ifndef ELF_CLASS
228 #define ELF_CLASS ELFCLASS64 macro
230 #define ELF_CLASS ELFCLASS32 macro
243 #endif /* ! ELF_CLASS */
312 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Delf.h221 * on a 64-bit kernel, fs/compat_binfmt_elf.c defines ELF_CLASS and then
224 #ifndef ELF_CLASS
227 #define ELF_CLASS ELFCLASS64 macro
229 #define ELF_CLASS ELFCLASS32 macro
242 #endif /* ! ELF_CLASS */
311 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Delf.h121 #define ELF_CLASS ELFCLASS64 macro
156 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
159 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/kernel/linux/linux-5.10/fs/
H A Dcompat_binfmt_elf.c25 #undef ELF_CLASS macro
26 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/fs/
H A Dcompat_binfmt_elf.c25 #undef ELF_CLASS macro
26 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Delf.h149 #define ELF_CLASS ELFCLASS64 macro
180 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
183 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Delf.h32 #define ELF_CLASS ELFCLASS32 macro
127 #define ELF_CLASS ELFCLASS64 macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Delf.h118 # define ELF_CLASS ELFCLASS64 macro
126 # define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Delf.h120 # define ELF_CLASS ELFCLASS64 macro
128 # define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/x86/um/asm/
H A Delf.h32 #define ELF_CLASS ELFCLASS32 macro
127 #define ELF_CLASS ELFCLASS64 macro
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64 macro
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64 macro
/kernel/linux/linux-5.10/arch/openrisc/include/uapi/asm/
H A Delf.h66 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-5.10/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/openrisc/include/uapi/asm/
H A Delf.h65 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64 macro
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Delf.h23 #define ELF_CLASS ELFCLASS32 macro

Completed in 10 milliseconds

1234