| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.h | 16 #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 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 | 68 if (class != ELFCLASS32 && class != ELFCLASS64) { 109 class == ELFCLASS32 ? 32 : 64);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | elf.h | 227 #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 D | elf.h | 230 #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 D | elf.c | 90 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 D | binfmt_elfn32.c | 15 #define ELF_CLASS ELFCLASS32
|
| H A D | binfmt_elfo32.c | 15 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/yocto/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) {
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/uapi/asm/ |
| H A D | elf.h | 66 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | elf.h | 23 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/uapi/asm/ |
| H A D | elf.h | 62 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | qa.py | 23 ELFCLASS32 = 1 variable in ELFFile 74 if self.data[ELFFile.EI_CLASS] == ELFFile.ELFCLASS32:
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | mk_elfconfig.c | 22 case ELFCLASS32: in main()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | elf.h | 24 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/um/include/shared/ |
| H A D | common-offsets.h | 12 DEFINE(UM_ELFCLASS32, ELFCLASS32);
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | elf.h | 26 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | elf.h | 55 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | elf_32.h | 105 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | elf.h | 53 #define ELF_CLASS ELFCLASS32
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elf.h | 28 #if ELF_CLASS == ELFCLASS32
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | compat_binfmt_elf.c | 26 #define ELF_CLASS ELFCLASS32
|