Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/powerpc/boot/
Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/linux-6.12.1/arch/s390/include/asm/
Dmodule.h45 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux-6.12.1/arch/arm64/include/asm/
Dmodule.h58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux-6.12.1/arch/s390/tools/
Drelocs.c144 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
147 shstrndx = ehdr.e_shstrndx; in read_ehdr()
/linux-6.12.1/kernel/module/
Dlivepatch.c41 size = info->sechdrs[info->hdr->e_shstrndx].sh_size; in copy_module_elf()
/linux-6.12.1/arch/mips/boot/tools/
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()
/linux-6.12.1/kernel/
Dcfi.c57 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_cfi_finalize()
Dkexec_elf.c158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx); in elf_read_ehdr()
/linux-6.12.1/include/uapi/linux/
Delf.h223 Elf32_Half e_shstrndx; member
240 Elf64_Half e_shstrndx; member
/linux-6.12.1/arch/powerpc/kernel/
Dmodule.c26 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux-6.12.1/arch/riscv/include/asm/
Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux-6.12.1/arch/arm64/kernel/pi/
Drelacheck.c75 swab_elfxword(shdr[swab_elfhword(ehdr->e_shstrndx)].sh_offset); in main()
/linux-6.12.1/arch/sparc/vdso/
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-6.12.1/arch/mips/vdso/
Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
/linux-6.12.1/arch/arm/kernel/
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()
Dvdso.c109 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
/linux-6.12.1/drivers/remoteproc/
Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16) in ELF_GEN_FIELD_GET_SET()
/linux-6.12.1/lib/
Dbug.c98 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
/linux-6.12.1/arch/sparc/kernel/
Dmodule.c158 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in do_patch_sections()
/linux-6.12.1/tools/testing/selftests/proc/
Dproc-pid-vm.c95 uint16_t e_shstrndx; member
185 h.e_shstrndx = 0; in make_exe()
/linux-6.12.1/arch/x86/tools/
Drelocs.c397 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
400 shstrndx = ehdr.e_shstrndx; in read_ehdr()
/linux-6.12.1/arch/x86/entry/vdso/
Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
/linux-6.12.1/tools/perf/util/
Dsymbol-elf.c207 if (!elf_rawdata(elf_getscn(elf, ep->e_shstrndx), NULL)) in elf_section_by_name()
214 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name); in elf_section_by_name()
1356 if (!elf_rawdata(elf_getscn(elf, ehdr->e_shstrndx), NULL)) in max_text_section()
1369 sec_name = elf_strptr(elf, ehdr->e_shstrndx, shdr.sh_name); in max_text_section()
1595 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal()
1603 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym_internal()
2074 ehdr->e_shstrndx = 0; in kcore__copy_hdr()
/linux-6.12.1/scripts/
Drecordmcount.h230 if (ehdr->e_shstrndx != SHN_XINDEX) in get_shstrndx()
231 return w2(ehdr->e_shstrndx); in get_shstrndx()
/linux-6.12.1/arch/mips/boot/
Delf2ecoff.c183 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr()

12