Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Delf.h40 if (hdr->e_shstrndx == SHN_UNDEF) in elf_str_table()
42 return (char *)hdr + elf_section(hdr, hdr->e_shstrndx)->sh_offset; in elf_str_table()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h146 uint16_t e_shstrndx; member
163 uint16_t e_shstrndx; member
/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)
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.c96 sec_strtab = secs[ehdr.e_shstrndx].strtab; in sec_name()
236 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
256 if (ehdr.e_shstrndx >= ehdr.e_shnum) in read_ehdr()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h219 Elf32_Half e_shstrndx; member
236 Elf64_Half e_shstrndx; 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.h218 Elf32_Half e_shstrndx; member
235 Elf64_Half e_shstrndx; 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.h218 Elf32_Half e_shstrndx; member
235 Elf64_Half e_shstrndx; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc-pid-vm.c92 uint16_t e_shstrndx; member
182 h.e_shstrndx = 0; in make_exe()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule.c27 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule.c337 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section()
354 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvma.c76 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset; in one_section64()
144 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset; in one_section32()
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_elf.c158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx); in elf_read_ehdr()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf32.h71 Elf32_Half e_shstrndx; /* Section name strings section. */ member
H A Delf64.h80 Elf64_Half e_shstrndx; /* Section name strings section. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf32.h71 Elf32_Half e_shstrndx; /* Section name strings section. */ member
H A Delf64.h80 Elf64_Half e_shstrndx; /* Section name strings section. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf32.h71 Elf32_Half e_shstrndx; /* Section name strings section. */ member
H A Delf64.h80 Elf64_Half e_shstrndx; /* Section name strings section. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf32.h71 Elf32_Half e_shstrndx; /* Section name strings section. */ member
H A Delf64.h80 Elf64_Half e_shstrndx; /* Section name strings section. */ member
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
/OK3568_Linux_fs/kernel/lib/
H A Dbug.c102 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140_gen_hmac.c167 shstrtab = (void *)ehdr + shdr[ehdr->e_shstrndx].sh_offset; in main()
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16) in ELF_GEN_FIELD_GET_SET()

123