Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Delf_util.c20 Elf64_Ehdr *elf64 = hdr; in parse_elf64() local
24 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64()
25 elf64->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf64()
26 elf64->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf64()
27 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64()
28 elf64->e_ident[EI_CLASS] == ELFCLASS64 && in parse_elf64()
30 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
32 elf64->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf64()
34 (elf64->e_type == ET_EXEC || in parse_elf64()
35 elf64->e_type == ET_DYN) && in parse_elf64()
[all …]
Dof.c55 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr() local
57 if (elf64->e_ident[EI_CLASS] == ELFCLASS64) { in of_image_hdr()
Dwrapper179 elf64-powerpcle) format=elf64lppc ;;
180 elf64-powerpc) format=elf32ppc ;;
/Linux-v4.19/arch/alpha/boot/
Dbootloader.lds2 OUTPUT_FORMAT("elf64-alpha")
/Linux-v4.19/arch/x86/
DMakefile.um50 ELF_FORMAT := elf64-x86-64
DKconfig215 default "elf64-x86-64" if X86_64
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dbootloader.lds2 OUTPUT_FORMAT("elf64-ia64-little")
/Linux-v4.19/arch/parisc/
DMakefile33 LD_BFD := elf64-hppa-linux
/Linux-v4.19/arch/s390/
DMakefile13 LD_BFD := elf64-s390
/Linux-v4.19/arch/mips/
DMakefile27 64bit-bfd = elf64-tradlittlemips
34 64bit-bfd = elf64-tradbigmips