Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/
H A Drelocate_sdk.py54 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx
69 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx =\
121 f.seek(e_shoff + e_shstrndx * e_shentsize)
122 sh_hdr = f.read(e_shentsize)
135 f.seek(e_shoff + i * e_shentsize)
136 sh_hdr = f.read(e_shentsize)
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvdso2c.h69 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
73 GET_LE(&hdr->e_shentsize) * i; in BITSFUNC()
86 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h67 Elf32_Half e_shentsize; member
84 Elf64_Half e_shentsize; member
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h144 uint16_t e_shentsize; member
161 uint16_t e_shentsize; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c89 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr), in elfhdr_get()
93 hdrp->e_shentsize, sizeof(Elf64_Shdr)); in elfhdr_get()
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dgenvdso.h17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvdso2c.h67 GET_BE(&hdr->e_shentsize) * i; in BITSFUNC()
76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_elf.c69 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h217 Elf32_Half e_shentsize; member
234 Elf64_Half e_shentsize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h216 Elf32_Half e_shentsize; member
233 Elf64_Half e_shentsize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h216 Elf32_Half e_shentsize; member
233 Elf64_Half e_shentsize; member
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c363 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
374 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
H A Drecordmcount.c583 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
598 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc-pid-vm.c90 uint16_t e_shentsize; member
180 h.e_shentsize = 0; in make_exe()
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.c234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
253 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf32.h69 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h78 Elf64_Half e_shentsize; /* Size of section header entry. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf32.h69 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h78 Elf64_Half e_shentsize; /* Size of section header entry. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf32.h69 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h78 Elf64_Half e_shentsize; /* Size of section header entry. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf32.h69 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h78 Elf64_Half e_shentsize; /* Size of section header entry. */ member
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h68 ELF_GEN_FIELD_GET_SET(hdr, e_shentsize, u16) in ELF_GEN_FIELD_GET_SET()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()

12