Home
last modified time | relevance | path

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

123

/linux/arch/powerpc/boot/
H A Daddnote.c60 #define ELFCLASS32 1 macro
62 static int e_class = ELFCLASS32;
96 #define E_PHOFF (e_class == ELFCLASS32 ? 28 : 32)
97 #define E_PHENTSIZE (e_class == ELFCLASS32 ? 42 : 54)
98 #define E_PHNUM (e_class == ELFCLASS32 ? 44 : 56)
99 #define E_HSIZE (e_class == ELFCLASS32 ? 52 : 64)
106 #define PH_OFFSET (e_class == ELFCLASS32 ? 4 : 8)
107 #define PH_FILESZ (e_class == ELFCLASS32 ? 16 : 32)
108 #define PH_HSIZE (e_class == ELFCLASS32 ? 32 : 56)
144 if (e_class != ELFCLASS32 && e_class != ELFCLASS64) in main()
[all …]
/linux/tools/perf/util/
H A Dgenelf.h18 #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/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.c70 if (class != ELFCLASS32 && class != ELFCLASS64) {
111 class == ELFCLASS32 ? 32 : 64);
/linux/arch/parisc/include/asm/
H A Delf.h229 #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/arch/riscv/include/asm/
H A Delf.h28 #define ELF_CLASS ELFCLASS32
138 do { set_compat_task((ex).e_ident[EI_CLASS] == ELFCLASS32); \
/linux/arch/mips/kernel/
H A Delf.c91 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/arch/mips/include/asm/
H A Delf.h228 #define ELF_CLASS ELFCLASS32
289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
401 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
/linux/scripts/
H A Delf-parse.c94 case ELFCLASS32: { in elf_parse()
174 return ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in elf_map_long_size()
/linux/arch/loongarch/include/asm/
H A Delf.h201 #define ELF_CLASS ELFCLASS32
247 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
/linux/scripts/mod/
H A Dmk_elfconfig.c21 case ELFCLASS32: in main()
/linux/arch/x86/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32
/linux/arch/mips/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32
/linux/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32
/linux/arch/arc/include/asm/
H A Delf.h23 #define ELF_CLASS ELFCLASS32
/linux/include/linux/
H A Delf-fdpic.h13 #if ELF_CLASS == ELFCLASS32
H A Delf.h38 #if ELF_CLASS == ELFCLASS32
/linux/arch/csky/include/asm/
H A Delf.h53 #define ELF_CLASS ELFCLASS32
/linux/arch/sparc/include/asm/
H A Delf_32.h105 #define ELF_CLASS ELFCLASS32
/linux/arch/openrisc/include/uapi/asm/
H A Delf.h122 #define ELF_CLASS ELFCLASS32
/linux/arch/microblaze/include/uapi/asm/
H A Delf.h34 #define ELF_CLASS ELFCLASS32
/linux/fs/
H A Dcompat_binfmt_elf.c26 #define ELF_CLASS ELFCLASS32
/linux/arch/mips/tools/
H A Delf-entry.c64 case ELFCLASS32: in main()
/linux/arch/arm/include/asm/
H A Delf.h77 #define ELF_CLASS ELFCLASS32
/linux/arch/m68k/include/asm/
H A Delf.h54 #define ELF_CLASS ELFCLASS32

123