Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Delf_util.c56 Elf32_Ehdr *elf32 = hdr; in parse_elf32() local
60 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32()
61 elf32->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf32()
62 elf32->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf32()
63 elf32->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf32()
64 elf32->e_ident[EI_CLASS] == ELFCLASS32 && in parse_elf32()
65 elf32->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf32()
66 (elf32->e_type == ET_EXEC || in parse_elf32()
67 elf32->e_type == ET_DYN) && in parse_elf32()
68 elf32->e_machine == EM_PPC)) in parse_elf32()
[all …]
Dwrapper161 elf32-powerpc) format=elf32ppc ;;
/linux-4.4.14/arch/x86/boot/
Dsetup.ld6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
/linux-4.4.14/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")
/linux-4.4.14/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) */
/linux-4.4.14/arch/xtensa/boot/boot-elf/
DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
/linux-4.4.14/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
/linux-4.4.14/arch/nios2/boot/compressed/
DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/linux-4.4.14/arch/score/
DMakefile25 LDFLAGS += --oformat elf32-littlescore
/linux-4.4.14/arch/mn10300/boot/compressed/
DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/linux-4.4.14/arch/cris/boot/rescue/
Drescue_v32.lds1 /*#OUTPUT_FORMAT(elf32-us-cris) */
/linux-4.4.14/arch/x86/
DMakefile.um8 ELF_FORMAT := elf32-i386
DMakefile141 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
DKconfig166 default "elf32-i386" if X86_32
/linux-4.4.14/arch/h8300/boot/compressed/
DMakefile34 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
/linux-4.4.14/arch/sh/
DMakefile117 ld-bfd := elf32-$(UTS_MACHINE)-linux
121 ld-bfd := elf32-$(UTS_MACHINE)big-linux
/linux-4.4.14/arch/mips/
DMakefile23 32bit-bfd = elf32-tradlittlemips
30 32bit-bfd = elf32-tradbigmips
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile109 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/linux-4.4.14/arch/powerpc/
DMakefile26 CROSS32AR := GNUTARGET=elf32-powerpc $(AR)
/linux-4.4.14/Documentation/kdump/
Dkdump.txt387 The --elf32-core-headers option can be used to force the generation of ELF32
466 ELF32-format headers using the --elf32-core-headers kernel option on the
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt161 > vmlinux: file format elf32-i386