Searched refs:e_shentsize (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf.h67 Elf32_Half e_shentsize; member in struct:elf32_hdr
84 Elf64_Half e_shentsize; member in struct:elf64_hdr
/linux-master/tools/testing/selftests/kvm/lib/
H A Delf.c88 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr),
90 " hdrp->e_shentsize: %x\n"
92 hdrp->e_shentsize, sizeof(Elf64_Shdr));
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h67 GET_BE(&hdr->e_shentsize) * i;
76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link);
/linux-master/arch/mips/vdso/
H A Dgenvdso.h17 sh_entsize = swap_uint16(ehdr->e_shentsize);
71 sh_entsize = swap_uint16(ehdr->e_shentsize);
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx);
108 GET_LE(&hdr->e_shentsize) * i;
123 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link);
/linux-master/scripts/
H A Dsorttable.c334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) {
345 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) {
H A Drecordmcount.c617 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) {
636 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) {
/linux-master/kernel/
H A Dkexec_elf.c69 ehdr->e_shentsize != sizeof(struct elf_shdr)) {
156 ehdr->e_shentsize = elf16_to_cpu(ehdr, buf_ehdr->e_shentsize);
/linux-master/arch/s390/tools/
H A Drelocs.c142 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
159 if (ehdr.e_shentsize != sizeof(Elf_Shdr))
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h68 ELF_GEN_FIELD_GET_SET(hdr, e_shentsize, u16)
/linux-master/include/uapi/linux/
H A Delf.h221 Elf32_Half e_shentsize; member in struct:elf32_hdr
238 Elf64_Half e_shentsize; member in struct:elf64_hdr
/linux-master/arch/mips/boot/tools/
H A Drelocs.c234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
253 if (ehdr.e_shentsize != sizeof(Elf_Shdr))
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c92 uint16_t e_shentsize; member in struct:elf64_hdr
182 h.e_shentsize = 0;
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize));
/linux-master/arch/mips/boot/
H A Delf2ecoff.c181 e->e_shentsize = swab16(e->e_shentsize);
/linux-master/arch/x86/tools/
H A Drelocs.c395 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
412 if (ehdr.e_shentsize != sizeof(Elf_Shdr))
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c74 __be16 e_shentsize; member in struct:snd_mixart_elf32_ehdr
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c376 elf->e_shentsize = 0;
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1256 elf->e_shentsize = 0;
1428 elf->e_shentsize = sizeof(*shdr4extnum);
H A Dbinfmt_elf.c1942 elf->e_shentsize = sizeof(*shdr4extnum);
/linux-master/scripts/mod/
H A Dmodpost.c458 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
/linux-master/arch/mips/kernel/
H A Dvpe.c595 || hdr->e_shentsize != sizeof(*sechdrs)) {
/linux-master/arch/powerpc/kernel/
H A Dfadump.c993 elf->e_shentsize = 0;
/linux-master/kernel/module/
H A Dmain.c1702 if (info->hdr->e_shentsize != sizeof(Elf_Shdr)) {
/linux-master/tools/perf/util/
H A Dsymbol-elf.c2073 ehdr->e_shentsize = 0;

Completed in 350 milliseconds