Home
last modified time | relevance | path

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

123

/linux/arch/powerpc/boot/ !
H A Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/linux/arch/s390/tools/ !
H A Drelocs.c144 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
147 shstrndx = ehdr.e_shstrndx; in read_ehdr()
/linux/arch/s390/include/asm/ !
H A Dmodule.h45 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux/arch/mips/boot/tools/ !
H A Drelocs.c97 sec_strtab = secs[ehdr.e_shstrndx].strtab; in sec_name()
237 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
257 if (ehdr.e_shstrndx >= ehdr.e_shnum) in read_ehdr()
/linux/arch/arm64/include/asm/ !
H A Dmodule.h59 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux/kernel/module/ !
H A Dlivepatch.c41 size = info->sechdrs[info->hdr->e_shstrndx].sh_size; in copy_module_elf()
/linux/tools/include/uapi/linux/ !
H A Delf.h231 Elf32_Half e_shstrndx; member
248 Elf64_Half e_shstrndx; member
/linux/arch/powerpc/kernel/ !
H A Dmodule.c26 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux/kernel/ !
H A Dcfi.c74 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_cfi_finalize()
H A Dkexec_elf.c158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx); in elf_read_ehdr()
/linux/arch/riscv/include/asm/ !
H A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ !
H A Dgh100.c209 if (i == ehdr->e_shstrndx) { in elf_validate_sections()
250 const char *names = elf + shdr[ehdr->e_shstrndx].sh_offset; in elf_section()
/linux/include/uapi/linux/ !
H A Delf.h231 Elf32_Half e_shstrndx; member
248 Elf64_Half e_shstrndx; member
/linux/arch/arm64/kernel/pi/ !
H A Drelacheck.c75 swab_elfxword(shdr[swab_elfhword(ehdr->e_shstrndx)].sh_offset); in main()
/linux/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()
/linux/arch/arm/kernel/ !
H A Dmodule.c402 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section()
419 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
H A Dvdso.c98 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
/linux/arch/mips/vdso/ !
H A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in patch_vdso()
/linux/drivers/remoteproc/ !
H A Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16) in ELF_GEN_FIELD_GET_SET()
/linux/arch/sparc/kernel/ !
H A Dmodule.c157 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in do_patch_sections()
/linux/tools/testing/selftests/proc/ !
H A Dproc-pid-vm.c99 uint16_t e_shstrndx; member
189 h.e_shstrndx = 0; in make_exe()
/linux/lib/ !
H A Dbug.c94 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
/linux/arch/x86/tools/ !
H A Drelocs.c372 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
375 shstrndx = ehdr.e_shstrndx; in read_ehdr()
H A Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in go()
/linux/tools/perf/util/ !
H A Dsymbol-elf.c193 if (!elf_rawdata(elf_getscn(elf, ep->e_shstrndx), NULL)) in elf_section_by_name()
200 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name); in elf_section_by_name()
1283 if (!elf_rawdata(elf_getscn(elf, ehdr->e_shstrndx), NULL)) in max_text_section()
1296 sec_name = elf_strptr(elf, ehdr->e_shstrndx, shdr.sh_name); in max_text_section()
1525 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal()
1533 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym_internal()
2023 ehdr->e_shstrndx = 0; in kcore__copy_hdr()

123