Searched refs:elf64 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf_util.c16 Elf64_Ehdr *elf64 = hdr; local
20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 &&
21 elf64->e_ident[EI_MAG1] == ELFMAG1 &&
22 elf64->e_ident[EI_MAG2] == ELFMAG2 &&
23 elf64->e_ident[EI_MAG3] == ELFMAG3 &&
24 elf64->e_ident[EI_CLASS] == ELFCLASS64 &&
26 elf64->e_ident[EI_DATA] == ELFDATA2LSB &&
28 elf64->e_ident[EI_DATA] == ELFDATA2MSB &&
30 (elf64->e_type == ET_EXEC ||
31 elf64
[all...]
H A Dof.c51 const Elf64_Ehdr *elf64 = hdr; local
53 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) {
H A Dwrapper198 elf64-powerpcle) format=elf64lppc ;;
199 elf64-powerpc) format=elf32ppc ;;
/linux-master/arch/sparc/vdso/
H A Dvma.c64 struct vdso_elfinfo64 elf64; member in union:vdso_elfinfo::__anon78
89 struct vdso_elfinfo64 *e = &_e->u.elf64;
119 struct vdso_elfinfo64 *e = &_e->u.elf64;
205 bool elf64)
207 if (elf64)
214 const char *new_target, bool elf64)
216 if (elf64)
222 static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) argument
226 err = find_sections(image, e, elf64);
232 "__vdso_gettimeofday_stick", elf64);
204 find_sections(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) argument
213 patch_one_symbol(struct vdso_elfinfo *e, const char *orig, const char *new_target, bool elf64) argument
246 init_vdso_image(const struct vdso_image *image, struct vm_special_mapping *vdso_mapping, bool elf64) argument
[all...]
/linux-master/arch/loongarch/boot/
H A DMakefile23 EFI_ZBOOT_BFD_TARGET := elf64-loongarch
/linux-master/arch/arm64/boot/
H A DMakefile43 EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
/linux-master/arch/x86/
H A DMakefile.um54 ELF_FORMAT := elf64-x86-64
/linux-master/arch/s390/boot/
H A DMakefile97 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.syms
105 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
144 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.compressed
/linux-master/arch/s390/purgatory/
H A DMakefile45 OBJCOPYFLAGS_purgatory.ro := -O elf64-s390
/linux-master/arch/parisc/
H A DMakefile26 LD_BFD := elf64-hppa-linux
/linux-master/arch/s390/
H A DMakefile11 LD_BFD := elf64-s390
/linux-master/arch/loongarch/
H A DMakefile25 64bit-bfd = elf64-loongarch
/linux-master/arch/mips/
H A DMakefile31 64bit-bfd = elf64-tradlittlemips
38 64bit-bfd = elf64-tradbigmips

Completed in 273 milliseconds