e_phentsize       179 arch/mips/boot/elf2ecoff.c 	e->e_phentsize = swab16(e->e_phentsize);
e_phentsize       232 arch/mips/boot/tools/relocs.c 	ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
e_phentsize       250 arch/mips/boot/tools/relocs.c 	if (ehdr.e_phentsize != sizeof(Elf_Phdr))
e_phentsize        65 arch/powerpc/boot/elf.h 	Elf32_Half e_phentsize;
e_phentsize        82 arch/powerpc/boot/elf.h 	Elf64_Half e_phentsize;
e_phentsize       863 arch/powerpc/kernel/fadump.c 	elf->e_phentsize = sizeof(struct elf_phdr);
e_phentsize      1117 arch/powerpc/kernel/prom_init.c 		.e_phentsize = sizeof(Elf32_Phdr),
e_phentsize       371 arch/powerpc/platforms/powernv/opal-core.c 	elf->e_phentsize = cpu_to_be16(sizeof(Elf64_Phdr));
e_phentsize       525 arch/s390/kernel/crash_dump.c 	ehdr->e_phentsize = sizeof(Elf64_Phdr);
e_phentsize        84 arch/s390/kernel/kexec_elf.c 	if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr))
e_phentsize        88 arch/s390/kernel/kexec_elf.c 	size += ehdr->e_phentsize * ehdr->e_phnum;
e_phentsize       365 arch/x86/tools/relocs.c 	ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
e_phentsize       382 arch/x86/tools/relocs.c 	if (ehdr.e_phentsize != sizeof(Elf_Phdr))
e_phentsize      1604 drivers/remoteproc/remoteproc_core.c 	ehdr->e_phentsize = sizeof(*phdr);
e_phentsize       428 fs/binfmt_elf.c 	if (elf_ex->e_phentsize != sizeof(struct elf_phdr))
e_phentsize      1443 fs/binfmt_elf.c 	elf->e_phentsize = sizeof(struct elf_phdr);
e_phentsize       146 fs/binfmt_elf_fdpic.c 	if (params->hdr.e_phentsize != sizeof(struct elf_phdr))
e_phentsize      1307 fs/binfmt_elf_fdpic.c 	elf->e_phentsize = sizeof(struct elf_phdr);
e_phentsize       351 fs/proc/kcore.c 			.e_phentsize = sizeof(struct elf_phdr),
e_phentsize      1210 fs/proc/vmcore.c 		ehdr.e_phentsize != sizeof(Elf64_Phdr) ||
e_phentsize      1266 fs/proc/vmcore.c 		ehdr.e_phentsize != sizeof(Elf32_Phdr) ||
e_phentsize       214 include/uapi/linux/elf.h   Elf32_Half	e_phentsize;
e_phentsize       231 include/uapi/linux/elf.h   Elf64_Half e_phentsize;
e_phentsize        65 kernel/kexec_elf.c 	if (ehdr->e_phnum > 0 && ehdr->e_phentsize != sizeof(struct elf_phdr)) {
e_phentsize       154 kernel/kexec_elf.c 	ehdr->e_phentsize = elf16_to_cpu(ehdr, buf_ehdr->e_phentsize);
e_phentsize      1284 kernel/kexec_file.c 	ehdr->e_phentsize = sizeof(Elf64_Phdr);
e_phentsize       521 scripts/mod/modpost.c 	hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
e_phentsize        71 sound/pci/mixart/mixart_hwdep.c 	__be16  e_phentsize;
e_phentsize       104 sound/pci/mixart/mixart_hwdep.c 			u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize));
e_phentsize      1391 tools/perf/util/symbol-elf.c 		ehdr->e_phentsize = sizeof(Elf32_Phdr);
e_phentsize      1395 tools/perf/util/symbol-elf.c 		ehdr->e_phentsize = sizeof(Elf64_Phdr);
e_phentsize       122 tools/perf/util/symbol-minimal.c 			ehdr.e_phentsize = bswap_16(ehdr.e_phentsize);
e_phentsize       126 tools/perf/util/symbol-minimal.c 		buf_size = ehdr.e_phentsize * ehdr.e_phnum;
e_phentsize       173 tools/perf/util/symbol-minimal.c 			ehdr.e_phentsize = bswap_16(ehdr.e_phentsize);
e_phentsize       177 tools/perf/util/symbol-minimal.c 		buf_size = ehdr.e_phentsize * ehdr.e_phnum;
e_phentsize        84 tools/testing/selftests/kvm/lib/elf.c 	TEST_ASSERT(hdrp->e_phentsize == sizeof(Elf64_Phdr),
e_phentsize        88 tools/testing/selftests/kvm/lib/elf.c 		hdrp->e_phentsize, sizeof(Elf64_Phdr));
e_phentsize       140 tools/testing/selftests/kvm/lib/elf.c 		offset = hdr.e_phoff + (n1 * hdr.e_phentsize);
e_phentsize       225 tools/testing/selftests/powerpc/ptrace/core-pkey.c 	     phdr += ehdr->e_phentsize)
e_phentsize        88 tools/testing/selftests/proc/proc-pid-vm.c 	uint16_t e_phentsize;
e_phentsize       178 tools/testing/selftests/proc/proc-pid-vm.c 	h.e_phentsize = sizeof(struct elf64_phdr);