| /linux-6.15/arch/powerpc/boot/ |
| H A D | elf.h | 64 Elf32_Half e_ehsize; member 81 Elf64_Half e_ehsize; member
|
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 139 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr() 155 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 226 Elf32_Half e_ehsize; member 243 Elf64_Half e_ehsize; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 226 Elf32_Half e_ehsize; member 243 Elf64_Half e_ehsize; member
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | kexec_elf.c | 89 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
|
| H A D | crash_dump.c | 459 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs.c | 231 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.15/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32) in ELF_GEN_FIELD_GET_SET()
|
| /linux-6.15/scripts/ |
| H A D | recordmcount.c | 616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file() 635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
| H A D | sorttable.c | 1317 if (r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) || in do_file() 1354 if (r2(&ehdr->e64.e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
|
| /linux-6.15/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 90 uint16_t e_ehsize; member 180 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
|
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 367 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr() 383 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
|
| /linux-6.15/arch/mips/boot/ |
| H A D | elf2ecoff.c | 178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
|
| /linux-6.15/kernel/ |
| H A D | kexec_elf.c | 145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
|
| H A D | crash_core.c | 204 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
|
| /linux-6.15/sound/pci/mixart/ |
| H A D | mixart_hwdep.c | 71 __be16 e_ehsize; member
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
|
| /linux-6.15/fs/proc/ |
| H A D | kcore.c | 366 .e_ehsize = sizeof(struct elfhdr), in read_kcore_iter()
|
| H A D | vmcore.c | 1233 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers() 1289 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.c | 455 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | fadump.c | 952 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol-elf.c | 2155 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr() 2159 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
|
| /linux-6.15/fs/ |
| H A D | binfmt_elf_fdpic.c | 1256 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
|
| H A D | binfmt_elf.c | 1512 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | rt5677.c | 829 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()
|