Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 - 25 of 88) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmodule.h59 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/kernel/
H A Dcfi.c57 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_cfi_finalize()
/kernel/linux/linux-6.6/kernel/module/
H A Dlivepatch.c41 size = info->sechdrs[info->hdr->e_shstrndx].sh_size; in copy_module_elf()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h222 Elf32_Half e_shstrndx; member
239 Elf64_Half e_shstrndx; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h223 Elf32_Half e_shstrndx; member
240 Elf64_Half e_shstrndx; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h185 Elf32_Half e_shstrndx; member
201 Elf64_Half e_shstrndx; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h185 Elf32_Half e_shstrndx; member
201 Elf64_Half e_shstrndx; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h171 Elf32_Half e_shstrndx; member
187 Elf64_Half e_shstrndx; member
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in patch_vdso()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule.c27 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule.c29 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in patch_vdso()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16)
/kernel/linux/linux-5.10/lib/
H A Dbug.c100 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16)
/kernel/linux/linux-6.6/lib/
H A Dbug.c98 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs.c106 sec_strtab = secs[ehdr.e_shstrndx].strtab; in sec_name()
175 if (ehdr.e_shstrndx >= ehdr.e_shnum) in read_ehdr()
/kernel/linux/linux-5.10/arch/arm/kernel/
H 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c92 uint16_t e_shstrndx; member
182 h.e_shstrndx = 0; in make_exe()

Completed in 20 milliseconds

1234