Searched refs:ELFCLASS32 (Results 1 - 25 of 65) sorted by relevance

123

/linux-master/arch/x86/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c11 #define ELF_CLASS ELFCLASS32
/linux-master/arch/openrisc/include/uapi/asm/
H A Delf.h65 #define ELF_CLASS ELFCLASS32
/linux-master/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
[all...]
H A Delf_util.c60 elf32->e_ident[EI_CLASS] == ELFCLASS32 &&
H A Delf.h135 #define ELFCLASS32 1 macro
/linux-master/arch/nios2/include/uapi/asm/
H A Delf.h62 #define ELF_CLASS ELFCLASS32
/linux-master/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
/linux-master/arch/arc/include/asm/
H A Delf.h23 #define ELF_CLASS ELFCLASS32
/linux-master/scripts/mod/
H A Dmk_elfconfig.c22 case ELFCLASS32:
23 printf("#define KERNEL_ELFCLASS ELFCLASS32\n");
43 printf("#define HOST_ELFCLASS ELFCLASS32\n");
/linux-master/include/linux/
H A Delf-fdpic.h13 #if ELF_CLASS == ELFCLASS32
H A Delf.h38 #if ELF_CLASS == ELFCLASS32
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h43 if (class == ELFCLASS32) \
51 if (class == ELFCLASS32) \
90 if (class == ELFCLASS32)\
/linux-master/arch/riscv/include/asm/
H A Delf.h28 #define ELF_CLASS ELFCLASS32
91 * COMPAT ELFCLASS32. \
138 do { set_compat_task((ex).e_ident[EI_CLASS] == ELFCLASS32); \
/linux-master/arch/sparc/include/asm/
H A Delf_32.h105 #define ELF_CLASS ELFCLASS32
/linux-master/arch/csky/include/asm/
H A Delf.h53 #define ELF_CLASS ELFCLASS32
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h34 #define ELF_CLASS ELFCLASS32
/linux-master/arch/mips/tools/
H A Delf-entry.c64 case ELFCLASS32:
/linux-master/fs/
H A Dcompat_binfmt_elf.c26 #define ELF_CLASS ELFCLASS32
/linux-master/arch/m68k/include/asm/
H A Delf.h54 #define ELF_CLASS ELFCLASS32
/linux-master/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-master/arch/mips/kernel/
H A Delf.c91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
173 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
/linux-master/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-master/arch/xtensa/include/asm/
H A Delf.h112 #define ELF_CLASS ELFCLASS32
/linux-master/arch/arm/include/asm/
H A Delf.h77 #define ELF_CLASS ELFCLASS32

Completed in 488 milliseconds

123