Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h64 Elf32_Half e_phentsize; member
81 Elf64_Half e_phentsize; member
/arch/x86/tools/
Drelocs.c360 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr()
378 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) { in read_ehdr()
/arch/mips/boot/
Delf2ecoff.c177 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
/arch/x86/kernel/
Dcrash.c450 ehdr->e_phentsize = sizeof(Elf64_Phdr); in prepare_elf64_headers()
/arch/s390/kernel/
Dcrash_dump.c496 ehdr->e_phentsize = sizeof(Elf64_Phdr); in ehdr_init()
/arch/powerpc/kernel/
Dfadump.c844 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
Dprom_init.c784 .e_phentsize = sizeof(Elf32_Phdr),