Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H 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()
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 …]
H 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()
/linux/tools/testing/selftests/sgx/
H A Dtest_encl.lds1 OUTPUT_FORMAT(elf64-x86-64)
/linux/arch/alpha/boot/
H A Dbootloader.lds2 OUTPUT_FORMAT("elf64-alpha")
/linux/arch/loongarch/boot/
H A DMakefile28 EFI_ZBOOT_BFD_TARGET := elf64-loongarch
/linux/arch/arm64/boot/
H A DMakefile50 EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
/linux/arch/x86/
H A DMakefile.um64 ELF_FORMAT := elf64-x86-64
/linux/arch/parisc/
H A DMakefile26 LD_BFD := elf64-hppa-linux