| /linux-6.15/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) 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) 107 #define PH_HSIZE (e_class == ELFCLASS32 ? 32 : 56) 176 if (e_class == ELFCLASS32) in main() 181 if (e_class == ELFCLASS32) in main() 199 if (e_class == ELFCLASS32) in main() [all …]
|
| H A D | elf_util.c | 60 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
|
| /linux-6.15/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 48 #define GEN_ELF_CLASS ELFCLASS32
|
| /linux-6.15/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);
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | elf.h | 28 #define ELF_CLASS ELFCLASS32 138 do { set_compat_task((ex).e_ident[EI_CLASS] == ELFCLASS32); \
|
| /linux-6.15/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)
|
| /linux-6.15/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()
|
| /linux-6.15/scripts/mod/ |
| H A D | mk_elfconfig.c | 21 case ELFCLASS32: in main()
|
| /linux-6.15/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) \
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs_32.c | 11 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/nios2/include/uapi/asm/ |
| H A D | elf.h | 62 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | elf.h | 23 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | elf.h | 170 #define ELF_CLASS ELFCLASS32 216 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
|
| /linux-6.15/include/linux/ |
| H A D | elf-fdpic.h | 13 #if ELF_CLASS == ELFCLASS32
|
| H A D | elf.h | 38 #if ELF_CLASS == ELFCLASS32
|
| /linux-6.15/arch/csky/include/asm/ |
| H A D | elf.h | 53 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | elf_32.h | 105 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/openrisc/include/uapi/asm/ |
| H A D | elf.h | 122 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/microblaze/include/uapi/asm/ |
| H A D | elf.h | 34 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | elf.h | 54 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/arch/mips/tools/ |
| H A D | elf-entry.c | 64 case ELFCLASS32: in main()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | elf.h | 77 #define ELF_CLASS ELFCLASS32
|
| /linux-6.15/fs/ |
| H A D | compat_binfmt_elf.c | 26 #define ELF_CLASS ELFCLASS32
|