Home
last modified time | relevance | path

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

12

/arch/powerpc/boot/
A Delf.h69 Elf32_Half e_shstrndx; member
86 Elf64_Half e_shstrndx; member
/arch/s390/include/asm/
A Dmodule.h45 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/arch/arm64/include/asm/
A Dmodule.h58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/arch/powerpc/kernel/
A Dmodule.c26 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/arch/s390/tools/
A Drelocs.c144 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
147 shstrndx = ehdr.e_shstrndx; in read_ehdr()
/arch/riscv/include/asm/
A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
/arch/arm64/kernel/pi/
A Drelacheck.c75 swab_elfxword(shdr[swab_elfhword(ehdr->e_shstrndx)].sh_offset); in main()
/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()
/arch/mips/vdso/
A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
/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()
/arch/arm/kernel/
A Dvdso.c100 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
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()
/arch/sparc/kernel/
A Dmodule.c158 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in do_patch_sections()
/arch/x86/entry/vdso/
A Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
/arch/x86/tools/
A Drelocs.c372 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
375 shstrndx = ehdr.e_shstrndx; in read_ehdr()
/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c296 elf.sh_string = section_begin(section_by_idx(elf16toh(elf.ehdr->e_shstrndx))); in init_elf()
/arch/mips/boot/
A Delf2ecoff.c183 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr()
/arch/x86/kernel/
A Dmodule.c246 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
A Dmachine_kexec_64.c485 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add()
/arch/mips/kernel/
A Dmodule.c419 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/arch/riscv/kernel/
A Dmachine_kexec_file.c158 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add()
/arch/s390/kernel/
A Dmachine_kexec_file.c323 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add()
A Dmodule.c513 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/arch/loongarch/kernel/
A Dmodule.c513 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/arch/powerpc/platforms/powernv/
A Dopal-core.c378 elf->e_shstrndx = 0; in create_opalcore()

Completed in 43 milliseconds

12