/openbmc/linux/arch/powerpc/boot/ |
H A D | addnote.c | 60 #define ELFCLASS32 1 macro 62 static int e_class = ELFCLASS32; 95 #define E_PHOFF (e_class == ELFCLASS32 ? 28 : 32) 96 #define E_PHENTSIZE (e_class == ELFCLASS32 ? 42 : 54) 97 #define E_PHNUM (e_class == ELFCLASS32 ? 44 : 56) 98 #define E_HSIZE (e_class == ELFCLASS32 ? 52 : 64) 105 #define PH_OFFSET (e_class == ELFCLASS32 ? 4 : 8) 106 #define PH_FILESZ (e_class == ELFCLASS32 ? 16 : 32) 107 #define PH_HSIZE (e_class == ELFCLASS32 ? 32 : 56) 143 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 18 #define GEN_ELF_CLASS ELFCLASS32 27 #define GEN_ELF_CLASS ELFCLASS32 33 #define GEN_ELF_CLASS ELFCLASS32 39 #define GEN_ELF_CLASS ELFCLASS32
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_elf_helpers.h | 43 if (class == ELFCLASS32) \ 51 if (class == ELFCLASS32) \ 90 if (class == ELFCLASS32)\ in ELF_GEN_FIELD_GET_SET()
|
H A D | remoteproc_elf_loader.c | 70 if (class != ELFCLASS32 && class != ELFCLASS64) { 111 class == ELFCLASS32 ? 32 : 64);
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | elf.h | 229 #define ELF_CLASS ELFCLASS32 246 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \ 313 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 28 #define ELF_CLASS ELFCLASS32 142 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc() 151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf() 173 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_elf.h | 28 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 226 #define ELF_CLASS ELFCLASS32 287 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 399 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/openbmc/linux/arch/openrisc/include/uapi/asm/ |
H A D | elf.h | 65 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 170 #define ELF_CLASS ELFCLASS32 216 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
|
/openbmc/linux/arch/nios2/include/uapi/asm/ |
H A D | elf.h | 62 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | elf.h | 23 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/scripts/mod/ |
H A D | mk_elfconfig.c | 22 case ELFCLASS32: in main()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | kexec-x32.patch | 15 use ELFCLASS32 instead of ELFCLASS64. 59 + if (ehdr->ei_class != ELFCLASS32) {
|
/openbmc/linux/include/linux/ |
H A D | elf-fdpic.h | 13 #if ELF_CLASS == ELFCLASS32
|
H A D | elf.h | 38 #if ELF_CLASS == ELFCLASS32
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | elf.h | 53 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | elf_32.h | 105 #define ELF_CLASS ELFCLASS32
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 26 ELFCLASS32 = 1 variable in ELFFile 77 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | elf.h | 34 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/fs/ |
H A D | compat_binfmt_elf.c | 26 #define ELF_CLASS ELFCLASS32
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | elf.h | 78 #define ELF_CLASS ELFCLASS32
|