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

12

/linux-master/arch/powerpc/boot/
H A Delf.h69 Elf32_Half e_shstrndx; member in struct:elf32_hdr
86 Elf64_Half e_shstrndx; member in struct:elf64_hdr
/linux-master/kernel/module/
H A Dlivepatch.c41 size = info->sechdrs[info->hdr->e_shstrndx].sh_size;
/linux-master/arch/arm64/include/asm/
H A Dmodule.h58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/kernel/
H A Dcfi.c57 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
H A Dkexec_elf.c158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx);
/linux-master/arch/riscv/include/asm/
H A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c75 swab_elfxword(shdr[swab_elfhword(ehdr->e_shstrndx)].sh_offset);
/linux-master/arch/s390/tools/
H A Drelocs.c144 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx);
147 shstrndx = ehdr.e_shstrndx;
/linux-master/arch/mips/vdso/
H A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx));
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16)
/linux-master/arch/powerpc/kernel/
H A Dmodule.c29 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/lib/
H A Dbug.c98 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/mips/boot/tools/
H A Drelocs.c96 sec_strtab = secs[ehdr.e_shstrndx].strtab;
236 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx);
256 if (ehdr.e_shstrndx >= ehdr.e_shnum)
/linux-master/include/uapi/linux/
H A Delf.h223 Elf32_Half e_shstrndx; member in struct:elf32_hdr
240 Elf64_Half e_shstrndx; member in struct:elf64_hdr
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c94 uint16_t e_shstrndx; member in struct:elf64_hdr
184 h.e_shstrndx = 0;
/linux-master/arch/arm/kernel/
H A Dmodule.c441 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
458 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
H A Dvdso.c109 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset;
/linux-master/arch/sparc/vdso/
H A Dvma.c76 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset;
144 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset;
/linux-master/arch/sparc/kernel/
H A Dmodule.c188 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx);
/linux-master/scripts/
H A Drecordmcount.h230 if (ehdr->e_shstrndx != SHN_XINDEX)
231 return w2(ehdr->e_shstrndx);
/linux-master/arch/mips/boot/
H A Delf2ecoff.c183 e->e_shstrndx = swab16(e->e_shstrndx);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c293 elf.sh_string = section_begin(section_by_idx(elf16toh(elf.ehdr->e_shstrndx)));
/linux-master/arch/x86/kernel/
H A Dmodule.c282 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/x86/tools/
H A Drelocs.c397 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx);
400 shstrndx = ehdr.e_shstrndx;

Completed in 401 milliseconds

12