Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dwrapper159 elf64-powerpcle) format=elf64lppc ;;
160 elf64-powerpc) format=elf32ppc ;;
/linux-4.4.14/arch/alpha/boot/
Dbootloader.lds1 OUTPUT_FORMAT("elf64-alpha")
/linux-4.4.14/arch/x86/
DMakefile.um51 ELF_FORMAT := elf64-x86-64
DKconfig167 default "elf64-x86-64" if X86_64
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds1 OUTPUT_FORMAT("elf64-ia64-little")
/linux-4.4.14/arch/s390/
DMakefile16 LD_BFD := elf64-s390
/linux-4.4.14/arch/mips/
DMakefile24 64bit-bfd = elf64-tradlittlemips
31 64bit-bfd = elf64-tradbigmips