Home
last modified time | relevance | path

Searched refs:ELFCLASS32 (Results 1 – 25 of 86) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Daddnote.c60 #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 …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.h16 #define GEN_ELF_CLASS ELFCLASS32
25 #define GEN_ELF_CLASS ELFCLASS32
31 #define GEN_ELF_CLASS ELFCLASS32
37 #define GEN_ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h43 if (class == ELFCLASS32) \
51 if (class == ELFCLASS32) \
90 if (class == ELFCLASS32)\ in ELF_GEN_FIELD_GET_SET()
H A Dremoteproc_elf_loader.c68 if (class != ELFCLASS32 && class != ELFCLASS64) {
109 class == ELFCLASS32 ? 32 : 64);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h227 #define ELF_CLASS ELFCLASS32
289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
328 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
415 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Delf.h230 #define ELF_CLASS ELFCLASS32
247 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
314 ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELFCLASS32)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Delf.c90 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc()
150 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
172 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
H A Dbinfmt_elfn32.c15 #define ELF_CLASS ELFCLASS32
H A Dbinfmt_elfo32.c15 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dkexec-x32.patch15 use ELFCLASS32 instead of ELFCLASS64.
59 + if (ehdr->ei_class != ELFCLASS32) {
/OK3568_Linux_fs/kernel/arch/openrisc/include/uapi/asm/
H A Delf.h66 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Delf.h23 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py23 ELFCLASS32 = 1 variable in ELFFile
74 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmk_elfconfig.c22 case ELFCLASS32: in main()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Delf.h24 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dcommon-offsets.h12 DEFINE(UM_ELFCLASS32, ELFCLASS32);
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Delf.h26 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Delf.h55 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Delf_32.h105 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Delf.h53 #define ELF_CLASS ELFCLASS32
/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h28 #if ELF_CLASS == ELFCLASS32
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c26 #define ELF_CLASS ELFCLASS32

1234