Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/Linux-v4.19/scripts/
Dsortextable.c339 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
349 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
Drecordmcount.c549 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
563 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/Linux-v4.19/include/uapi/linux/
Delf.h213 Elf32_Half e_ehsize; member
230 Elf64_Half e_ehsize; member
/Linux-v4.19/arch/s390/kernel/
Dkexec_elf.c84 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
Dcrash_dump.c522 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/Linux-v4.19/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()
/Linux-v4.19/arch/x86/tools/
Drelocs.c361 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
377 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) { in read_ehdr()
/Linux-v4.19/arch/mips/boot/
Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/Linux-v4.19/sound/pci/mixart/
Dmixart_hwdep.c83 __be16 e_ehsize; member
/Linux-v4.19/fs/proc/
Dkcore.c327 .e_ehsize = sizeof(struct elfhdr), in read_kcore()
Dvmcore.c1181 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1237 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c175 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
Dfadump.c1000 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1345 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
1349 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
/Linux-v4.19/kernel/
Dkexec_file.c1175 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/Linux-v4.19/scripts/mod/
Dmodpost.c460 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_core.c1169 ehdr->e_ehsize = sizeof(*ehdr); in rproc_coredump()
/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c1310 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c1461 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header()