Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/boot/
A Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/linux/arch/mips/boot/tools/
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()
/linux/include/uapi/linux/
A Delf.h219 Elf32_Half e_shstrndx; member
236 Elf64_Half e_shstrndx; member
/linux/tools/testing/selftests/proc/
A Dproc-pid-vm.c92 uint16_t e_shstrndx; member
182 h.e_shstrndx = 0; in make_exe()
/linux/arch/powerpc/kernel/
A Dmodule.c29 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/linux/arch/sparc/vdso/
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/
A Dmodule.c353 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section()
370 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
A Dvdso.c113 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
/linux/kernel/
A Dkexec_elf.c158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx); in elf_read_ehdr()
/linux/arch/mips/vdso/
A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
/linux/lib/
A Dbug.c98 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
/linux/drivers/remoteproc/
A Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16) in ELF_GEN_FIELD_GET_SET()
/linux/arch/sparc/kernel/
A Dmodule.c188 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in do_patch_sections()
/linux/arch/x86/tools/
A Drelocs.c396 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
399 shstrndx = ehdr.e_shstrndx; in read_ehdr()
/linux/arch/x86/entry/vdso/
A Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
/linux/arch/x86/kernel/
A Dmodule.c256 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/linux/scripts/
A Drecordmcount.h230 if (ehdr->e_shstrndx != SHN_XINDEX) in get_shstrndx()
231 return w2(ehdr->e_shstrndx); in get_shstrndx()
A Dsorttable.h226 shstrndx = r2(&ehdr->e_shstrndx); in do_sort()
/linux/arch/mips/boot/
A Delf2ecoff.c183 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c293 elf.sh_string = section_begin(section_by_idx(elf16toh(elf.ehdr->e_shstrndx))); in init_elf()
/linux/tools/perf/util/
A Dsymbol-elf.c217 if (!elf_rawdata(elf_getscn(elf, ep->e_shstrndx), NULL)) in elf_section_by_name()
224 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name); in elf_section_by_name()
1131 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal()
1139 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym_internal()
1565 ehdr->e_shstrndx = 0; in kcore__copy_hdr()
A Dgenelf.c282 ehdr->e_shstrndx= unwinding ? 4 : 2; /* shdr index for section name */ in jit_write_elf()
/linux/arch/mips/kernel/
A Dmodule.c429 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/linux/arch/s390/kernel/
A Dmachine_kexec_file.c304 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add()
/linux/arch/arm64/kernel/
A Dmodule.c483 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()

Completed in 38 milliseconds

12