Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h65 Elf32_Half e_phentsize; member
82 Elf64_Half e_phentsize; member
/arch/s390/kernel/
Dkexec_elf.c84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load()
88 size += ehdr->e_phentsize * ehdr->e_phnum; in s390_elf_load()
Dcrash_dump.c525 ehdr->e_phentsize = sizeof(Elf64_Phdr); in ehdr_init()
/arch/mips/boot/tools/
Drelocs.c232 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr()
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/arch/x86/tools/
Drelocs.c366 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr()
383 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/arch/mips/boot/
Delf2ecoff.c179 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
/arch/powerpc/platforms/powernv/
Dopal-core.c371 elf->e_phentsize = cpu_to_be16(sizeof(Elf64_Phdr)); in create_opalcore()
/arch/powerpc/kernel/
Dfadump.c950 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
Dprom_init.c1117 .e_phentsize = sizeof(Elf32_Phdr),