Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
A 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()
30 (elf64->e_type == ET_EXEC || in parse_elf64()
31 elf64->e_type == ET_DYN) && in parse_elf64()
32 elf64->e_machine == EM_PPC64)) in parse_elf64()
36 (unsigned long)elf64->e_phoff); in parse_elf64()
[all …]
A Dof.c51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr() local
53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
A Dwrapper198 elf64-powerpcle) format=elf64lppc ;;
199 elf64-powerpc) format=elf32ppc ;;
/linux/arch/sparc/vdso/
A 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()
226 err = find_sections(image, e, elf64); in stick_patch()
232 "__vdso_gettimeofday_stick", elf64); in stick_patch()
238 "__vdso_clock_gettime_stick", elf64); in stick_patch()
[all …]
/linux/arch/s390/boot/compressed/
A DMakefile45 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.…
53 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
86 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/linux/arch/arm64/kernel/vdso/
A Dvdso.lds101 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64", "elf64-littleaarch64")
/linux/arch/alpha/boot/
A Dbootloader.lds2 OUTPUT_FORMAT("elf64-alpha")
/linux/arch/x86/
A DMakefile.um43 ELF_FORMAT := elf64-x86-64
A DKconfig281 default "elf64-x86-64" if X86_64
/linux/tools/testing/selftests/sgx/
A Dtest_encl.lds1 OUTPUT_FORMAT(elf64-x86-64)
/linux/arch/s390/purgatory/
A DMakefile44 OBJCOPYFLAGS_purgatory.ro := -O elf64-s390
/linux/arch/parisc/
A DMakefile31 LD_BFD := elf64-hppa-linux
/linux/arch/s390/
A DMakefile11 LD_BFD := elf64-s390
/linux/arch/mips/
A DMakefile31 64bit-bfd = elf64-tradlittlemips
38 64bit-bfd = elf64-tradbigmips

Completed in 29 milliseconds