Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsymbol-minimal.c119 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id()
123 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
170 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id()
174 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
Dsymbol-elf.c1346 ehdr->e_phentsize = sizeof(Elf32_Phdr); in kcore__copy_hdr()
1350 ehdr->e_phentsize = sizeof(Elf64_Phdr); in kcore__copy_hdr()
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Delf.c85 TEST_ASSERT(hdrp->e_phentsize == sizeof(Elf64_Phdr), in elfhdr_get()
89 hdrp->e_phentsize, sizeof(Elf64_Phdr)); in elfhdr_get()
141 offset = hdr.e_phoff + (n1 * hdr.e_phentsize); in kvm_vm_elf_load()
/Linux-v4.19/arch/powerpc/boot/
Delf.h65 Elf32_Half e_phentsize; member
82 Elf64_Half e_phentsize; member
/Linux-v4.19/arch/s390/kernel/
Dkexec_elf.c81 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load()
85 size += ehdr->e_phentsize * ehdr->e_phnum; in s390_elf_load()
Dcrash_dump.c523 ehdr->e_phentsize = sizeof(Elf64_Phdr); in ehdr_init()
/Linux-v4.19/include/uapi/linux/
Delf.h214 Elf32_Half e_phentsize; member
231 Elf64_Half e_phentsize; member
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c95 if (ehdr->e_phnum > 0 && ehdr->e_phentsize != sizeof(struct elf_phdr)) { in elf_is_ehdr_sane()
187 ehdr->e_phentsize = elf16_to_cpu(ehdr, buf_ehdr->e_phentsize); in elf_read_ehdr()
Dfadump.c1001 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
Dprom_init.c966 .e_phentsize = sizeof(Elf32_Phdr),
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c232 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr()
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/Linux-v4.19/sound/pci/mixart/
Dmixart_hwdep.c84 __be16 e_phentsize; member
117 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
/Linux-v4.19/arch/x86/tools/
Drelocs.c362 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr()
380 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) { in read_ehdr()
/Linux-v4.19/arch/mips/boot/
Delf2ecoff.c179 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c225 phdr += ehdr->e_phentsize) in check_core_file()
/Linux-v4.19/fs/proc/
Dkcore.c328 .e_phentsize = sizeof(struct elf_phdr), in read_kcore()
Dvmcore.c1182 ehdr.e_phentsize != sizeof(Elf64_Phdr) || in parse_crash_elf64_headers()
1238 ehdr.e_phentsize != sizeof(Elf32_Phdr) || in parse_crash_elf32_headers()
/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c150 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
1311 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c428 if (elf_ex->e_phentsize != sizeof(struct elf_phdr)) in load_elf_phdrs()
1462 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_header()
/Linux-v4.19/kernel/
Dkexec_file.c1176 ehdr->e_phentsize = sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
/Linux-v4.19/scripts/mod/
Dmodpost.c461 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_core.c1170 ehdr->e_phentsize = sizeof(*phdr); in rproc_coredump()