Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf.h67 Elf32_Half e_shentsize; member
84 Elf64_Half e_shentsize; member
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c88 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr), in elfhdr_get()
92 hdrp->e_shentsize, sizeof(Elf64_Shdr)); in elfhdr_get()
/linux/arch/mips/vdso/
H A Dgenvdso.h17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
/linux/scripts/
H A Delf-parse.c116 elf_parser.r2(&ehdr->e32.e_shentsize) != sizeof(Elf32_Shdr)) { in elf_parse()
146 elf_parser.r2(&ehdr->e64.e_shentsize) != sizeof(Elf64_Shdr)) { in elf_parse()
H A Drecordmcount.c617 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
636 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
H A Dsorttable.c934 elf_parser.r2(&ehdr->e32.e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
947 elf_parser.r2(&ehdr->e64.e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
/linux/arch/s390/tools/
H A Drelocs.c142 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
159 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/linux/arch/mips/boot/tools/
H A Drelocs.c235 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
254 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h68 ELF_GEN_FIELD_GET_SET(hdr, e_shentsize, u16) in ELF_GEN_FIELD_GET_SET()
/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c97 uint16_t e_shentsize; member
187 h.e_shentsize = 0; in make_exe()
/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
/linux/arch/x86/tools/
H A Drelocs.c370 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
387 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/linux/arch/mips/boot/
H A Delf2ecoff.c181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dgh100.c202 Elf32_Off section_begin = ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize; in elf_validate_sections()
/linux/sound/pci/mixart/
H A Dmixart_hwdep.c74 __be16 e_shentsize; member
/linux/fs/
H A Dbinfmt_elf_fdpic.c1265 elf->e_shentsize = 0; in fill_elf_fdpic_header()
1438 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
H A Dbinfmt_elf.c1974 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
/linux/arch/mips/kernel/
H A Dvpe.c596 || hdr->e_shentsize != sizeof(*sechdrs)) { in vpe_elfload()
/linux/scripts/mod/
H A Dmodpost.c465 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize); in parse_elf()
/linux/tools/perf/util/
H A Dsymbol-elf.c2023 ehdr->e_shentsize = 0; in kcore__copy_hdr()
/linux/kernel/module/
H A Dmain.c1953 if (info->hdr->e_shentsize != sizeof(Elf_Shdr)) { in elf_validity_cache_sechdrs()