Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/boot/
H A 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()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
64 elf32->e_machine == EM_PPC)) in parse_elf32()
67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
68 for (i = 0; i < elf32->e_phnum; i++, elf32ph++) in parse_elf32()
[all …]
H A Dwrapper200 elf32-powerpc) format=elf32ppc ;;
/linux-6.15/arch/mips/kernel/
H A Delf.c86 bool elf32; in arch_elf_pt_proc() local
91 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc()
92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc()
95 if (elf32) { in arch_elf_pt_proc()
148 bool elf32; in arch_check_elf() local
151 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf()
194 if (elf32 && !(flags & EF_MIPS_ABI2)) { in arch_check_elf()
/linux-6.15/arch/m68k/kernel/
H A Dvmlinux-sun3.lds8 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
H A Dvmlinux-std.lds8 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
/linux-6.15/arch/xtensa/boot/boot-elf/
H A DMakefile7 OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le)
/linux-6.15/arch/xtensa/boot/boot-redboot/
H A DMakefile7 OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le)
/linux-6.15/arch/nios2/boot/compressed/
H A DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/linux-6.15/arch/sparc/vdso/
H A 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-6.15/arch/sh/
H A DMakefile106 ld-bfd := elf32-sh-linux
110 ld-bfd := elf32-shbig-linux
/linux-6.15/arch/x86/
H A DMakefile.um22 ELF_FORMAT := elf32-i386
H A DKconfig341 default "elf32-i386" if X86_32
/linux-6.15/arch/x86/boot/
H A Dsetup.ld6 OUTPUT_FORMAT("elf32-i386")
/linux-6.15/arch/parisc/
H A DMakefile28 LD_BFD := elf32-hppa-linux
/linux-6.15/arch/x86/entry/vdso/
H A DMakefile100 cmd_x32 = $(OBJCOPY) -O elf32-x86-64 $< $@
/linux-6.15/arch/mips/
H A DMakefile30 32bit-bfd = elf32-tradlittlemips
37 32bit-bfd = elf32-tradbigmips
/linux-6.15/arch/loongarch/
H A DMakefile24 32bit-bfd = elf32-loongarch
/linux-6.15/Documentation/admin-guide/kdump/
H A Dkdump.rst428 The --elf32-core-headers option can be used to force the generation of ELF32
523 ELF32-format headers using the --elf32-core-headers kernel option on the
/linux-6.15/Documentation/arch/x86/
H A Dexception-tables.rst167 > vmlinux: file format elf32-i386