e_shentsize       181 arch/mips/boot/elf2ecoff.c 	e->e_shentsize = swab16(e->e_shentsize);
e_shentsize       234 arch/mips/boot/tools/relocs.c 	ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
e_shentsize       253 arch/mips/boot/tools/relocs.c 	if (ehdr.e_shentsize != sizeof(Elf_Shdr))
e_shentsize       596 arch/mips/kernel/vpe.c 	    || hdr->e_shentsize != sizeof(*sechdrs)) {
e_shentsize        17 arch/mips/vdso/genvdso.h 	sh_entsize = swap_uint16(ehdr->e_shentsize);
e_shentsize        71 arch/mips/vdso/genvdso.h 	sh_entsize = swap_uint16(ehdr->e_shentsize);
e_shentsize        67 arch/powerpc/boot/elf.h 	Elf32_Half e_shentsize;
e_shentsize        84 arch/powerpc/boot/elf.h 	Elf64_Half e_shentsize;
e_shentsize       865 arch/powerpc/kernel/fadump.c 	elf->e_shentsize = 0;
e_shentsize       373 arch/powerpc/platforms/powernv/opal-core.c 	elf->e_shentsize = 0;
e_shentsize        67 arch/sparc/vdso/vdso2c.h 			GET_BE(&hdr->e_shentsize) * i;
e_shentsize        76 arch/sparc/vdso/vdso2c.h 		GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link);
e_shentsize        70 arch/x86/entry/vdso/vdso2c.h 		GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx);
e_shentsize        74 arch/x86/entry/vdso/vdso2c.h 			GET_LE(&hdr->e_shentsize) * i;
e_shentsize        87 arch/x86/entry/vdso/vdso2c.h 		GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link);
e_shentsize       367 arch/x86/tools/relocs.c 	ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
e_shentsize       384 arch/x86/tools/relocs.c 	if (ehdr.e_shentsize != sizeof(Elf_Shdr))
e_shentsize      2165 fs/binfmt_elf.c 	elf->e_shentsize = sizeof(*shdr4extnum);
e_shentsize      1309 fs/binfmt_elf_fdpic.c 	elf->e_shentsize = 0;
e_shentsize      1478 fs/binfmt_elf_fdpic.c 	elf->e_shentsize = sizeof(*shdr4extnum);
e_shentsize       216 include/uapi/linux/elf.h   Elf32_Half	e_shentsize;
e_shentsize       233 include/uapi/linux/elf.h   Elf64_Half e_shentsize;
e_shentsize        69 kernel/kexec_elf.c 		   ehdr->e_shentsize != sizeof(struct elf_shdr)) {
e_shentsize       156 kernel/kexec_elf.c 	ehdr->e_shentsize = elf16_to_cpu(ehdr, buf_ehdr->e_shentsize);
e_shentsize      2915 kernel/module.c 	    || info->hdr->e_shentsize != sizeof(Elf_Shdr))
e_shentsize       523 scripts/mod/modpost.c 	hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
e_shentsize       575 scripts/recordmcount.c 		||  w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) {
e_shentsize       590 scripts/recordmcount.c 		||  w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) {
e_shentsize       340 scripts/sortextable.c 		||  r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) {
e_shentsize       350 scripts/sortextable.c 		||  r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) {
e_shentsize        73 sound/pci/mixart/mixart_hwdep.c 	__be16  e_shentsize;
e_shentsize      1384 tools/perf/util/symbol-elf.c 	ehdr->e_shentsize = 0;
e_shentsize        89 tools/testing/selftests/kvm/lib/elf.c 	TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr),
e_shentsize        93 tools/testing/selftests/kvm/lib/elf.c 		hdrp->e_shentsize, sizeof(Elf64_Shdr));
e_shentsize        90 tools/testing/selftests/proc/proc-pid-vm.c 	uint16_t e_shentsize;
e_shentsize       180 tools/testing/selftests/proc/proc-pid-vm.c 	h.e_shentsize = 0;