Home
last modified time | relevance | path

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

123

/openbmc/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))
/openbmc/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)
/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c25 #undef ELF_CLASS
26 #define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/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)
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h49 #undef ELF_CLASS
50 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h46 #undef ELF_CLASS
47 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h46 #undef ELF_CLASS
47 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/linux-user/
H A Delfload.c39 #undef ELF_CLASS
167 #define ELF_CLASS ELFCLASS64 macro
251 #define ELF_CLASS ELFCLASS32 macro
344 #define ELF_CLASS ELFCLASS32 macro
683 #define ELF_CLASS ELFCLASS64 macro
991 # define ELF_CLASS ELFCLASS32 macro
994 # define ELF_CLASS ELFCLASS32 macro
997 # define ELF_CLASS ELFCLASS64 macro
1051 #define ELF_CLASS ELFCLASS64 macro
1055 #define ELF_CLASS ELFCLASS32 macro
[all …]
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_elf.h28 #define ELF_CLASS ELFCLASS64 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_elf.h28 #define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Delf.h120 # define ELF_CLASS ELFCLASS64 macro
128 # define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/arch/x86/um/asm/
H A Delf.h32 #define ELF_CLASS ELFCLASS32 macro
127 #define ELF_CLASS ELFCLASS64 macro
/openbmc/linux/arch/openrisc/include/uapi/asm/
H A Delf.h65 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_elf.h26 #define ELF_CLASS ELFCLASS64 macro
/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_CLASS ELFCLASS64 macro
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32 macro
/openbmc/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
/openbmc/linux/arch/loongarch/include/asm/
H A Delf.h170 #define ELF_CLASS ELFCLASS32 macro
186 #define ELF_CLASS ELFCLASS64 macro
/openbmc/linux/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/arch/arc/include/asm/
H A Delf.h23 #define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/include/linux/
H A Delf-fdpic.h13 #if ELF_CLASS == ELFCLASS32
/openbmc/linux/arch/csky/include/asm/
H A Delf.h53 #define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/arch/sparc/include/asm/
H A Delf_32.h105 #define ELF_CLASS ELFCLASS32 macro
/openbmc/linux/arch/x86/include/asm/
H A Delf.h40 #define ELF_CLASS ELFCLASS32 macro
69 #define ELF_CLASS ELFCLASS64 macro

123