Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/entry/vdso/
Dvdso2c.h70 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
74 GET_LE(&hdr->e_shentsize) * i; in BITSFUNC()
87 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()
/Linux-v5.4/arch/powerpc/boot/
Delf.h67 Elf32_Half e_shentsize; member
84 Elf64_Half e_shentsize; member
/Linux-v5.4/tools/testing/selftests/kvm/lib/
Delf.c89 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr), in elfhdr_get()
93 hdrp->e_shentsize, sizeof(Elf64_Shdr)); in elfhdr_get()
/Linux-v5.4/arch/mips/vdso/
Dgenvdso.h17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
/Linux-v5.4/arch/sparc/vdso/
Dvdso2c.h67 GET_BE(&hdr->e_shentsize) * i; in BITSFUNC()
76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
/Linux-v5.4/kernel/
Dkexec_elf.c69 ehdr->e_shentsize != sizeof(struct elf_shdr)) { in elf_is_ehdr_sane()
156 ehdr->e_shentsize = elf16_to_cpu(ehdr, buf_ehdr->e_shentsize); in elf_read_ehdr()
Dmodule.c2908 || info->hdr->e_shentsize != sizeof(Elf_Shdr)) in elf_header_check()
/Linux-v5.4/include/uapi/linux/
Delf.h216 Elf32_Half e_shentsize; member
233 Elf64_Half e_shentsize; member
/Linux-v5.4/scripts/
Dsortextable.c340 || r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
350 || r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
Drecordmcount.c558 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
573 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
/Linux-v5.4/tools/testing/selftests/proc/
Dproc-pid-vm.c90 uint16_t e_shentsize; member
180 h.e_shentsize = 0; in make_exe()
/Linux-v5.4/arch/mips/boot/tools/
Drelocs.c234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
253 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/Linux-v5.4/arch/x86/tools/
Drelocs.c367 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
384 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/Linux-v5.4/arch/mips/boot/
Delf2ecoff.c181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
/Linux-v5.4/sound/pci/mixart/
Dmixart_hwdep.c73 __be16 e_shentsize; member
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-core.c373 elf->e_shentsize = 0; in create_opalcore()
/Linux-v5.4/arch/mips/kernel/
Dvpe.c596 || hdr->e_shentsize != sizeof(*sechdrs)) { in vpe_elfload()
/Linux-v5.4/fs/
Dbinfmt_elf_fdpic.c1309 elf->e_shentsize = 0; in fill_elf_fdpic_header()
1478 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
Dbinfmt_elf.c2165 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
/Linux-v5.4/arch/powerpc/kernel/
Dfadump.c865 elf->e_shentsize = 0; in fadump_init_elfcore_header()
/Linux-v5.4/scripts/mod/
Dmodpost.c523 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize); in parse_elf()
/Linux-v5.4/tools/perf/util/
Dsymbol-elf.c1384 ehdr->e_shentsize = 0; in kcore__copy_hdr()