Searched refs:elf32 (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; local
56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 &&
57 elf32->e_ident[EI_MAG1] == ELFMAG1 &&
58 elf32->e_ident[EI_MAG2] == ELFMAG2 &&
59 elf32->e_ident[EI_MAG3] == ELFMAG3 &&
60 elf32->e_ident[EI_CLASS] == ELFCLASS32 &&
61 elf32->e_ident[EI_DATA] == ELFDATA2MSB &&
62 (elf32->e_type == ET_EXEC ||
63 elf32->e_type == ET_DYN) &&
64 elf32
[all...]
H A Dwrapper200 elf32-powerpc) format=elf32ppc ;;
/linux-master/arch/nios2/boot/compressed/
H A DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile7 OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le)
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile7 OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le)
/linux-master/arch/mips/kernel/
H A Delf.c86 bool elf32; local
91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
95 if (elf32) {
148 bool elf32; local
151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
194 if (elf32 && !(flags & EF_MIPS_ABI2)) {
/linux-master/arch/x86/
H A DMakefile.um20 ELF_FORMAT := elf32-i386
/linux-master/arch/sh/
H A DMakefile106 ld-bfd := elf32-sh-linux
110 ld-bfd := elf32-shbig-linux
/linux-master/arch/sparc/vdso/
H A Dvma.c63 struct vdso_elfinfo32 elf32; member in union:vdso_elfinfo::__anon78
157 struct vdso_elfinfo32 *e = &_e->u.elf32;
187 struct vdso_elfinfo32 *e = &_e->u.elf32;
/linux-master/arch/parisc/
H A DMakefile28 LD_BFD := elf32-hppa-linux
/linux-master/arch/loongarch/
H A DMakefile24 32bit-bfd = elf32-loongarch
/linux-master/arch/x86/entry/vdso/
H A DMakefile124 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/linux-master/arch/mips/
H A DMakefile30 32bit-bfd = elf32-tradlittlemips
37 32bit-bfd = elf32-tradbigmips
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl288 $code.=<<___ if (!$kernel && $flavour !~ /elf32/);
292 $code.=<<___ if (!$kernel && $flavour =~ /elf32/);
2885 $code.=<<___ if ($flavour !~ /elf32/);
2889 $code.=<<___ if ($flavour =~ /elf32/);

Completed in 177 milliseconds