Searched refs:e_shoff (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/scripts/mod/
H A Dmodpost.c453 hdr->e_shoff = TO_NATIVE(hdr->e_shoff);
461 sechdrs = (void *)hdr + hdr->e_shoff;
469 if (hdr->e_shoff > info->size)
471 (unsigned long)hdr->e_shoff, filename, info->size);
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c69 __be32 e_shoff; member in struct:snd_mixart_elf32_ehdr
/linux-master/scripts/
H A Dsorttable.h266 Elf_Shdr *s, *shdr = (Elf_Shdr *)((char *)ehdr + _r(&ehdr->e_shoff));
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c321 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff;
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c397 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c383 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff;
/linux-master/arch/mips/kernel/
H A Dvpe.c604 if (len < hdr->e_shoff + hdr->e_shnum * sizeof(Elf_Shdr)) {
611 sechdrs = (void *)hdr + hdr->e_shoff;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c370 elf->e_shoff = 0;
/linux-master/kernel/module/
H A Dmain.c1730 if (info->hdr->e_shoff >= info->len
1732 info->len - info->hdr->e_shoff)) {
1737 info->sechdrs = (void *)info->hdr + info->hdr->e_shoff;
/linux-master/drivers/remoteproc/
H A Dpru_rproc.c881 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
H A Dmtk_scp.c365 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c955 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) {
/linux-master/arch/powerpc/kernel/
H A Dfadump.c941 elf->e_shoff = 0;
/linux-master/tools/perf/util/
H A Dsymbol-elf.c2069 ehdr->e_shoff = 0;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c2152 const struct elf64_shdr *shdr = (const struct elf64_shdr *)&img[ehdr->e_shoff];

Completed in 237 milliseconds

12