Home
last modified time | relevance | path

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

/Linux-v5.4/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 …]
Dwrapper195 elf32-powerpc) format=elf32ppc ;;
/Linux-v5.4/arch/mips/kernel/
Delf.c85 bool elf32; in arch_elf_pt_proc() local
90 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc()
91 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc()
94 if (elf32) { in arch_elf_pt_proc()
147 bool elf32; in arch_check_elf() local
150 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
151 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf()
193 if (elf32 && !(flags & EF_MIPS_ABI2)) { in arch_check_elf()
/Linux-v5.4/arch/m68k/kernel/
Dvmlinux-sun3.lds8 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
Dvmlinux-std.lds8 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
/Linux-v5.4/arch/xtensa/boot/boot-elf/
DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
/Linux-v5.4/arch/xtensa/boot/boot-redboot/
DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
/Linux-v5.4/arch/nios2/boot/compressed/
DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/Linux-v5.4/arch/x86/
DMakefile.um9 ELF_FORMAT := elf32-i386
DMakefile140 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
DKconfig236 default "elf32-i386" if X86_32
/Linux-v5.4/arch/sparc/vdso/
Dvma.c63 struct vdso_elfinfo32 elf32; member
157 struct vdso_elfinfo32 *e = &_e->u.elf32; in find_sections32()
187 struct vdso_elfinfo32 *e = &_e->u.elf32; in patchsym32()
/Linux-v5.4/arch/x86/boot/
Dsetup.ld6 OUTPUT_FORMAT("elf32-i386")
/Linux-v5.4/arch/h8300/boot/compressed/
DMakefile37 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
/Linux-v5.4/arch/sh/
DMakefile123 ld-bfd := elf32-$(UTS_MACHINE)-linux
127 ld-bfd := elf32-$(UTS_MACHINE)big-linux
/Linux-v5.4/arch/parisc/
DMakefile34 LD_BFD := elf32-hppa-linux
/Linux-v5.4/arch/mips/
DMakefile28 32bit-bfd = elf32-tradlittlemips
35 32bit-bfd = elf32-tradbigmips
/Linux-v5.4/arch/x86/entry/vdso/
DMakefile118 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/Linux-v5.4/Documentation/admin-guide/kdump/
Dkdump.rst420 The --elf32-core-headers option can be used to force the generation of ELF32
508 ELF32-format headers using the --elf32-core-headers kernel option on the
/Linux-v5.4/Documentation/x86/
Dexception-tables.rst167 > vmlinux: file format elf32-i386