/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-minimal.c | 124 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 128 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id() 175 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 179 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-minimal.c | 124 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 128 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id() 175 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 179 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 84 TEST_ASSERT(hdrp->e_phentsize == sizeof(Elf64_Phdr), in elfhdr_get() 86 " hdrp->e_phentsize: %x\n" in elfhdr_get() 88 hdrp->e_phentsize, sizeof(Elf64_Phdr)); in elfhdr_get() 135 * e_phentsize - Size of each program header in kvm_vm_elf_load() 140 offset = hdr.e_phoff + (n1 * hdr.e_phentsize); in kvm_vm_elf_load()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 83 TEST_ASSERT(hdrp->e_phentsize == sizeof(Elf64_Phdr), in elfhdr_get() 85 " hdrp->e_phentsize: %x\n" in elfhdr_get() 87 hdrp->e_phentsize, sizeof(Elf64_Phdr)); in elfhdr_get() 134 * e_phentsize - Size of each program header in kvm_vm_elf_load() 139 offset = hdr.e_phoff + (n1 * hdr.e_phentsize); in kvm_vm_elf_load()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf.h | 65 Elf32_Half e_phentsize; member 82 Elf64_Half e_phentsize; member
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | kexec_elf.c | 84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load() 88 size += ehdr->e_phentsize * ehdr->e_phnum; in s390_elf_load()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf.h | 65 Elf32_Half e_phentsize; member 82 Elf64_Half e_phentsize; member
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | kexec_elf.c | 84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load() 88 size += ehdr->e_phentsize * ehdr->e_phnum; in s390_elf_load()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_elf.c | 65 if (ehdr->e_phnum > 0 && ehdr->e_phentsize != sizeof(struct elf_phdr)) { in elf_is_ehdr_sane() 154 ehdr->e_phentsize = elf16_to_cpu(ehdr, buf_ehdr->e_phentsize); in elf_read_ehdr()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec_elf.c | 65 if (ehdr->e_phnum > 0 && ehdr->e_phentsize != sizeof(struct elf_phdr)) { in elf_is_ehdr_sane() 154 ehdr->e_phentsize = elf16_to_cpu(ehdr, buf_ehdr->e_phentsize); in elf_read_ehdr()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 218 Elf32_Half e_phentsize; member 235 Elf64_Half e_phentsize; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 219 Elf32_Half e_phentsize; member 236 Elf64_Half e_phentsize; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 181 Elf32_Half e_phentsize; member 197 Elf64_Half e_phentsize; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 181 Elf32_Half e_phentsize; member 197 Elf64_Half e_phentsize; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 167 Elf32_Half e_phentsize; member 183 Elf64_Half e_phentsize; member
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | remoteproc_elf_helpers.h | 67 ELF_GEN_FIELD_GET_SET(hdr, e_phentsize, u16)
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs.c | 232 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr() 250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs.c | 232 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr() 250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | remoteproc_elf_helpers.h | 67 ELF_GEN_FIELD_GET_SET(hdr, e_phentsize, u16)
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 88 uint16_t e_phentsize; member 178 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
|
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart_hwdep.c | 71 __be16 e_phentsize; member 104 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 90 uint16_t e_phentsize; member 180 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart_hwdep.c | 72 __be16 e_phentsize; member 105 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 365 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr() 382 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 393 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr() 410 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|