Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/Linux-v5.4/include/uapi/linux/
Delf.h213 Elf32_Half e_ehsize; member
230 Elf64_Half e_ehsize; member
/Linux-v5.4/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.c557 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
572 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/Linux-v5.4/tools/testing/selftests/proc/
Dproc-pid-vm.c87 uint16_t e_ehsize; member
177 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
/Linux-v5.4/arch/s390/kernel/
Dkexec_elf.c87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
Dcrash_dump.c524 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/Linux-v5.4/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-v5.4/arch/x86/tools/
Drelocs.c364 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
380 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/Linux-v5.4/arch/mips/boot/
Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/Linux-v5.4/kernel/
Dkexec_elf.c145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
Dkexec_file.c1283 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/Linux-v5.4/sound/pci/mixart/
Dmixart_hwdep.c70 __be16 e_ehsize; member
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-core.c370 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/Linux-v5.4/fs/proc/
Dkcore.c350 .e_ehsize = sizeof(struct elfhdr), in read_kcore()
Dvmcore.c1208 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1264 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
/Linux-v5.4/tools/perf/util/
Dsymbol-elf.c1390 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
1394 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
/Linux-v5.4/arch/powerpc/kernel/
Dfadump.c862 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
/Linux-v5.4/scripts/mod/
Dmodpost.c520 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c1603 ehdr->e_ehsize = sizeof(*ehdr); in rproc_coredump()
/Linux-v5.4/fs/
Dbinfmt_elf_fdpic.c1306 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c1442 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header()