/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 24 #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 D | elf.h | 224 #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 D | compat_binfmt_elf.c | 25 #undef ELF_CLASS 26 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | elf.h | 149 #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 D | target_os_elf.h | 49 #undef ELF_CLASS 50 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 46 #undef ELF_CLASS 47 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 46 #undef ELF_CLASS 47 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 39 #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 D | target_arch_elf.h | 28 #define ELF_CLASS ELFCLASS64 macro
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_elf.h | 28 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | elf.h | 120 # define ELF_CLASS ELFCLASS64 macro 128 # define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | elf.h | 32 #define ELF_CLASS ELFCLASS32 macro 127 #define ELF_CLASS ELFCLASS64 macro
|
/openbmc/linux/arch/openrisc/include/uapi/asm/ |
H A D | elf.h | 65 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_elf.h | 26 #define ELF_CLASS ELFCLASS64 macro
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_64.c | 11 #define ELF_CLASS ELFCLASS64 macro
|
H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32 macro
|
H A D | relocs_64.c | 24 #define ELF_CLASS ELFCLASS64 macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 170 #define ELF_CLASS ELFCLASS32 macro 186 #define ELF_CLASS ELFCLASS64 macro
|
/openbmc/linux/arch/nios2/include/uapi/asm/ |
H A D | elf.h | 62 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | elf.h | 23 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/include/linux/ |
H A D | elf-fdpic.h | 13 #if ELF_CLASS == ELFCLASS32
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | elf.h | 53 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | elf_32.h | 105 #define ELF_CLASS ELFCLASS32 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | elf.h | 40 #define ELF_CLASS ELFCLASS32 macro 69 #define ELF_CLASS ELFCLASS64 macro
|