Home
last modified time | relevance | path

Searched refs:elf64 (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/arch/powerpc/boot/
Delf_util.c16 Elf64_Ehdr *elf64 = hdr; in parse_elf64() local
20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64()
21 elf64->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf64()
22 elf64->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf64()
23 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64()
24 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
26 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
28 elf64->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf64()
30 (elf64->e_type == ET_EXEC || in parse_elf64()
31 elf64->e_type == ET_DYN) && in parse_elf64()
[all …]
Dof.c51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr() local
53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
Dwrapper198 elf64-powerpcle) format=elf64lppc ;;
199 elf64-powerpc) format=elf32ppc ;;
/Linux-v6.6/arch/sparc/vdso/
Dvma.c64 struct vdso_elfinfo64 elf64; member
89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64()
119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64()
205 bool elf64) in find_sections() argument
207 if (elf64) in find_sections()
214 const char *new_target, bool elf64) in patch_one_symbol() argument
216 if (elf64) in patch_one_symbol()
222 static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) in stick_patch() argument
226 err = find_sections(image, e, elf64); in stick_patch()
232 "__vdso_gettimeofday_stick", elf64); in stick_patch()
[all …]
/Linux-v6.6/arch/s390/boot/
DMakefile92 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.…
100 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
131 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/Linux-v6.6/arch/alpha/boot/
Dbootloader.lds2 OUTPUT_FORMAT("elf64-alpha")
/Linux-v6.6/arch/loongarch/boot/
DMakefile23 EFI_ZBOOT_BFD_TARGET := elf64-loongarch
/Linux-v6.6/tools/testing/selftests/sgx/
Dtest_encl.lds1 OUTPUT_FORMAT(elf64-x86-64)
/Linux-v6.6/arch/x86/
DMakefile.um54 ELF_FORMAT := elf64-x86-64
DKconfig315 default "elf64-x86-64" if X86_64
/Linux-v6.6/arch/arm64/boot/
DMakefile43 EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
/Linux-v6.6/arch/s390/purgatory/
DMakefile45 OBJCOPYFLAGS_purgatory.ro := -O elf64-s390
/Linux-v6.6/arch/parisc/
DMakefile26 LD_BFD := elf64-hppa-linux
/Linux-v6.6/arch/loongarch/
DMakefile24 64bit-bfd = elf64-loongarch
/Linux-v6.6/arch/s390/
DMakefile11 LD_BFD := elf64-s390
/Linux-v6.6/arch/mips/
DMakefile31 64bit-bfd = elf64-tradlittlemips
38 64bit-bfd = elf64-tradbigmips