Home
last modified time | relevance | path

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

123

/linux/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 …]
H A Delf_util.c60 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
H A Delf.h135 #define ELFCLASS32 1 macro
/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.h226 #define ELF_CLASS ELFCLASS32
287 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
399 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
/linux/arch/loongarch/include/asm/
H A Delf.h170 #define ELF_CLASS ELFCLASS32
216 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/arch/m68k/include/asm/
H A Delf.h54 #define ELF_CLASS ELFCLASS32
/linux/arch/arm/include/asm/
H A Delf.h77 #define ELF_CLASS ELFCLASS32
/linux/arch/mips/tools/
H A Delf-entry.c64 case ELFCLASS32: in main()
/linux/arch/xtensa/include/asm/
H A Delf.h112 #define ELF_CLASS ELFCLASS32

123