Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/arch/s390/kernel/
Dkexec_elf.c87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
Dcrash_dump.c465 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/arch/mips/boot/tools/
Drelocs.c231 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
247 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/arch/x86/tools/
Drelocs.c392 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
408 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/arch/mips/boot/
Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/arch/powerpc/platforms/powernv/
Dopal-core.c373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/arch/powerpc/kernel/
Dfadump.c990 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()