Home
last modified time | relevance | path

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

12

/linux/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))
/linux/arch/parisc/include/asm/
H A Delf.h224 #ifndef ELF_CLASS
227 #define ELF_CLASS ELFCLASS64 macro
229 #define ELF_CLASS ELFCLASS32 macro
311 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS)
/linux/arch/powerpc/include/uapi/asm/
H A Delf.h120 # define ELF_CLASS ELFCLASS64 macro
128 # define ELF_CLASS ELFCLASS32 macro
/linux/arch/x86/um/asm/
H A Delf.h34 #define ELF_CLASS ELFCLASS32 macro
101 #define ELF_CLASS ELFCLASS64 macro
/linux/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64 macro
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/mips/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
H A Drelocs_64.c24 #define ELF_CLASS ELFCLASS64 macro
/linux/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/arc/include/asm/
H A Delf.h23 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/loongarch/include/asm/
H A Delf.h201 #define ELF_CLASS ELFCLASS32 macro
217 #define ELF_CLASS ELFCLASS64 macro
/linux/include/linux/
H A Delf-fdpic.h13 #if ELF_CLASS == ELFCLASS32
H A Delf.h38 #if ELF_CLASS == ELFCLASS32
/linux/arch/csky/include/asm/
H A Delf.h53 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/sparc/include/asm/
H A Delf_32.h105 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/openrisc/include/uapi/asm/
H A Delf.h122 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/x86/include/asm/
H A Delf.h41 #define ELF_CLASS ELFCLASS32 macro
71 #define ELF_CLASS ELFCLASS64 macro
/linux/arch/microblaze/include/uapi/asm/
H A Delf.h34 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/alpha/include/asm/
H A Delf.h82 #define ELF_CLASS ELFCLASS64 macro
/linux/arch/m68k/include/asm/
H A Delf.h54 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/arm/include/asm/
H A Delf.h77 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/mips/include/asm/
H A Delf.h226 #define ELF_CLASS ELFCLASS32 macro
243 #define ELF_CLASS ELFCLASS64 macro
/linux/arch/xtensa/include/asm/
H A Delf.h112 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/sh/include/asm/
H A Delf.h85 #define ELF_CLASS ELFCLASS32 macro
/linux/arch/s390/tools/
H A Drelocs.c23 #define ELF_CLASS ELFCLASS64 macro
124 if (ehdr.e_ident[EI_CLASS] != ELF_CLASS) in read_ehdr()

12