Home
last modified time | relevance | path

Searched refs:elf32 (Results 1 – 23 of 23) sorted by relevance

/arch/powerpc/boot/
Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32() local
56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32()
57 elf32->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf32()
58 elf32->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf32()
59 elf32->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf32()
60 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
61 elf32->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf32()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
63 elf32->e_type == ET_DYN) && in parse_elf32()
64 elf32->e_machine == EM_PPC)) in parse_elf32()
[all …]
/arch/cris/boot/compressed/
Ddecompress_v10.lds1 /* OUTPUT_FORMAT(elf32-us-cris) */
2 OUTPUT_FORMAT(elf32-cris)
Ddecompress_v32.lds1 /*#OUTPUT_FORMAT(elf32-us-cris) */
/arch/x86/boot/
Dsetup.ld6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
/arch/m68k/kernel/
Dvmlinux-sun3.lds7 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
Dvmlinux-std.lds7 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
/arch/xtensa/boot/ramdisk/
DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
/arch/xtensa/boot/boot-redboot/
DMakefile10 OBJCOPY_ARGS := -O elf32-xtensa-be
12 OBJCOPY_ARGS := -O elf32-xtensa-le
/arch/m32r/boot/compressed/
DMakefile39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T
41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
/arch/um/
DMakefile-ppc8 # The arch is ppc, but the elf32 name is powerpc
/arch/xtensa/boot/boot-elf/
DMakefile11 OBJCOPY_ARGS := -O elf32-xtensa-be
13 OBJCOPY_ARGS := -O elf32-xtensa-le
/arch/score/
DMakefile25 LDFLAGS += --oformat elf32-littlescore
/arch/mn10300/boot/compressed/
DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/arch/cris/boot/rescue/
Drescue_v32.lds1 /*#OUTPUT_FORMAT(elf32-us-cris) */
/arch/h8300/boot/compressed/
DMakefile33 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300 -T
/arch/x86/
DMakefile.um8 ELF_FORMAT := elf32-i386
DMakefile91 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
DKconfig94 default "elf32-i386" if X86_32
/arch/sh/
DMakefile116 ld-bfd := elf32-$(UTS_MACHINE)-linux
120 ld-bfd := elf32-$(UTS_MACHINE)big-linux
/arch/s390/
DMakefile17 LD_BFD := elf32-s390
/arch/mips/
DMakefile23 32bit-bfd = elf32-tradlittlemips
30 32bit-bfd = elf32-tradbigmips
/arch/powerpc/
DMakefile26 CROSS32AR := GNUTARGET=elf32-powerpc $(AR)
/arch/x86/vdso/
DMakefile107 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@