/Linux-v6.1/arch/powerpc/boot/ |
D | elf.h | 67 Elf32_Half e_shentsize; member 84 Elf64_Half e_shentsize; member
|
/Linux-v6.1/tools/testing/selftests/kvm/lib/ |
D | elf.c | 88 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr), in elfhdr_get() 92 hdrp->e_shentsize, sizeof(Elf64_Shdr)); in elfhdr_get()
|
/Linux-v6.1/arch/x86/entry/vdso/ |
D | vdso2c.h | 104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC() 108 GET_LE(&hdr->e_shentsize) * i; in BITSFUNC() 123 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()
|
/Linux-v6.1/arch/mips/vdso/ |
D | genvdso.h | 17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC() 71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
|
/Linux-v6.1/arch/sparc/vdso/ |
D | vdso2c.h | 67 GET_BE(&hdr->e_shentsize) * i; in BITSFUNC() 76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
|
/Linux-v6.1/kernel/ |
D | kexec_elf.c | 69 ehdr->e_shentsize != sizeof(struct elf_shdr)) { in elf_is_ehdr_sane() 156 ehdr->e_shentsize = elf16_to_cpu(ehdr, buf_ehdr->e_shentsize); in elf_read_ehdr()
|
/Linux-v6.1/scripts/ |
D | sorttable.c | 334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file() 345 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
|
D | recordmcount.c | 583 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file() 598 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
|
/Linux-v6.1/include/uapi/linux/ |
D | elf.h | 221 Elf32_Half e_shentsize; member 238 Elf64_Half e_shentsize; member
|
/Linux-v6.1/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 92 uint16_t e_shentsize; member 182 h.e_shentsize = 0; in make_exe()
|
/Linux-v6.1/arch/mips/boot/tools/ |
D | relocs.c | 234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr() 253 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
|
/Linux-v6.1/drivers/remoteproc/ |
D | remoteproc_elf_helpers.h | 68 ELF_GEN_FIELD_GET_SET(hdr, e_shentsize, u16) in ELF_GEN_FIELD_GET_SET()
|
/Linux-v6.1/arch/mips/tools/ |
D | loongson3-llsc-check.c | 286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
|
/Linux-v6.1/arch/x86/tools/ |
D | relocs.c | 395 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr() 412 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
|
/Linux-v6.1/arch/mips/boot/ |
D | elf2ecoff.c | 181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
|
/Linux-v6.1/sound/pci/mixart/ |
D | mixart_hwdep.c | 74 __be16 e_shentsize; member
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | opal-core.c | 376 elf->e_shentsize = 0; in create_opalcore()
|
/Linux-v6.1/arch/mips/kernel/ |
D | vpe.c | 596 || hdr->e_shentsize != sizeof(*sechdrs)) { in vpe_elfload()
|
/Linux-v6.1/fs/ |
D | binfmt_elf_fdpic.c | 1256 elf->e_shentsize = 0; in fill_elf_fdpic_header() 1428 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
|
D | binfmt_elf.c | 2177 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
|
/Linux-v6.1/scripts/mod/ |
D | modpost.c | 468 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize); in parse_elf()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | fadump.c | 992 elf->e_shentsize = 0; in fadump_init_elfcore_header()
|
/Linux-v6.1/tools/perf/util/ |
D | symbol-elf.c | 1624 ehdr->e_shentsize = 0; in kcore__copy_hdr()
|
/Linux-v6.1/kernel/module/ |
D | main.c | 1677 if (info->hdr->e_shentsize != sizeof(Elf_Shdr)) { in elf_validity_check()
|