Home
last modified time | relevance | path

Searched refs:e_ehsize (Results 1 – 23 of 23) sorted by relevance

/linux-6.6.21/arch/powerpc/boot/
Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/linux-6.6.21/scripts/
Dsorttable.c333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
344 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
Drecordmcount.c617 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
636 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/linux-6.6.21/include/uapi/linux/
Delf.h218 Elf32_Half e_ehsize; member
235 Elf64_Half e_ehsize; member
/linux-6.6.21/arch/s390/kernel/
Dkexec_elf.c87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
Dcrash_dump.c465 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/linux-6.6.21/tools/testing/selftests/proc/
Dproc-pid-vm.c89 uint16_t e_ehsize; member
179 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
/linux-6.6.21/arch/mips/boot/tools/
Drelocs.c231 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
247 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/linux-6.6.21/drivers/remoteproc/
Dremoteproc_elf_helpers.h66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32) in ELF_GEN_FIELD_GET_SET()
/linux-6.6.21/arch/x86/tools/
Drelocs.c392 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
408 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/linux-6.6.21/arch/mips/boot/
Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/linux-6.6.21/kernel/
Dkexec_elf.c145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
Dcrash_core.c367 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/linux-6.6.21/sound/pci/mixart/
Dmixart_hwdep.c71 __be16 e_ehsize; member
/linux-6.6.21/fs/proc/
Dvmcore.c1228 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1284 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
Dkcore.c355 .e_ehsize = sizeof(struct elfhdr), in read_kcore_iter()
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dopal-core.c373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/linux-6.6.21/scripts/mod/
Dmodpost.c464 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
/linux-6.6.21/arch/powerpc/kernel/
Dfadump.c990 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
/linux-6.6.21/tools/perf/util/
Dsymbol-elf.c2006 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
2010 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
/linux-6.6.21/fs/
Dbinfmt_elf_fdpic.c1249 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c1506 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header()
/linux-6.6.21/sound/soc/codecs/
Drt5677.c829 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()