Home
last modified time | relevance | path

Searched refs:e_ehsize (Results 1 - 25 of 51) sorted by relevance

123

/kernel/linux/common_modules/xpm/validator/
H A Delf_code_segment_info.c179 uint16_t e_ehsize; in get_elf32_info() local
183 e_ehsize = elf16_get_value(elf_ehdr, elf32_ehdr->e_ehsize); in get_elf32_info()
184 if (e_ehsize != sizeof(struct elf32_hdr)) in get_elf32_info()
206 uint16_t e_ehsize; in get_elf64_info() local
210 e_ehsize = elf16_get_value(elf_ehdr, elf64_ehdr->e_ehsize); in get_elf64_info()
211 if (e_ehsize != sizeof(struct elf64_hdr)) in get_elf64_info()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.c397 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
408 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
H A 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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h217 Elf32_Half e_ehsize; member
234 Elf64_Half e_ehsize; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h218 Elf32_Half e_ehsize; member
235 Elf64_Half e_ehsize; member
/kernel/linux/linux-6.6/scripts/
H A 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()
H A 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()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h180 Elf32_Half e_ehsize; member
196 Elf64_Half e_ehsize; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h180 Elf32_Half e_ehsize; member
196 Elf64_Half e_ehsize; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h166 Elf32_Half e_ehsize; member
182 Elf64_Half e_ehsize; member
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dkexec_elf.c87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dkexec_elf.c87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32)
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A 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()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A 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()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32)
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c87 uint16_t e_ehsize; member
177 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-pid-vm.c89 uint16_t e_ehsize; member
179 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c364 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
380 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/kernel/linux/linux-6.6/arch/x86/tools/
H A 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()
/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/kernel/linux/linux-6.6/arch/mips/boot/
H A Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs.c166 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()

Completed in 21 milliseconds

123