Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h63 Elf32_Half e_ehsize; member
80 Elf64_Half e_ehsize; member
/arch/x86/tools/
Drelocs.c359 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
375 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.c449 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
/arch/s390/kernel/
Dcrash_dump.c513 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/arch/powerpc/kernel/
Dfadump.c782 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()