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/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.c360 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
376 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) { in read_ehdr()
/arch/mips/boot/
Delf2ecoff.c176 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/arch/x86/kernel/
Dcrash.c441 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
/arch/powerpc/kernel/
Dkexec_elf_64.c175 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
Dfadump.c961 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
/arch/s390/kernel/
Dcrash_dump.c468 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()