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

12

/linux-master/arch/mips/vdso/
H A Dgenvdso.h19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx));
/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/arch/sh/kernel/
H A Ddwarf.c1094 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/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/arm64/include/asm/
H A Dmodule.h58 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/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/loongarch/kernel/
H A Dmodule.c519 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/mips/boot/
H A Delf2ecoff.c183 e->e_shstrndx = swab16(e->e_shstrndx);
/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/arch/mips/kernel/
H A Dmodule.c429 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
H A Dvpe.c612 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/parisc/kernel/
H A Dmodule.c923 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/powerpc/kernel/
H A Dfadump.c995 elf->e_shstrndx = 0;
H A Dmodule.c29 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c378 elf->e_shstrndx = 0;
/linux-master/arch/riscv/include/asm/
H A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c384 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset;
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c323 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset;
H A Dmodule.c549 secstrings = (void *)hdr + sechdrs[hdr->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/sparc/kernel/
H A Dmodule.c188 char *secstrings = (void *)hdr + sechdrs[hdr->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/x86/entry/vdso/
H A Dvdso2c.h104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx);

Completed in 558 milliseconds

12