shstrtab           12 arch/mips/vdso/genvdso.h 	char *shstrtab, *name;
shstrtab           20 arch/mips/vdso/genvdso.h 	shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
shstrtab           24 arch/mips/vdso/genvdso.h 		name = shstrtab + swap_uint32(shdr->sh_name);
shstrtab          503 arch/x86/kernel/machine_kexec_64.c 	const char *strtab, *name, *shstrtab;
shstrtab          509 arch/x86/kernel/machine_kexec_64.c 	shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset;
shstrtab          514 arch/x86/kernel/machine_kexec_64.c 		 shstrtab + relsec->sh_name, relsec->sh_info);
shstrtab          547 arch/x86/kernel/machine_kexec_64.c 			name = shstrtab + sechdrs[sym->st_shndx].sh_name;
shstrtab          469 scripts/recordmcount.h 				     char const *const shstrtab,
shstrtab          474 scripts/recordmcount.h 	char const *const txtname = &shstrtab[w(txthdr->sh_name)];
shstrtab          489 scripts/recordmcount.h 				  char const *const shstrtab,
shstrtab          494 scripts/recordmcount.h 	return __has_rel_mcount(relhdr, shdr0, shstrtab, fname);
shstrtab          500 scripts/recordmcount.h 			    const char *const shstrtab,
shstrtab          508 scripts/recordmcount.h 		txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname);
shstrtab          528 scripts/recordmcount.h 	char const *const shstrtab = (char const *)(_w(shstr->sh_offset)
shstrtab          548 scripts/recordmcount.h 	totrelsz = tot_relsize(shdr0, nhdr, shstrtab, fname);
shstrtab          566 scripts/recordmcount.h 			shstrtab, fname);
shstrtab          464 tools/objtool/elf.c 	struct section *sec, *shstrtab;
shstrtab          530 tools/objtool/elf.c 	shstrtab = find_section_by_name(elf, ".shstrtab");
shstrtab          531 tools/objtool/elf.c 	if (!shstrtab)
shstrtab          532 tools/objtool/elf.c 		shstrtab = find_section_by_name(elf, ".strtab");
shstrtab          533 tools/objtool/elf.c 	if (!shstrtab) {
shstrtab          538 tools/objtool/elf.c 	s = elf_getscn(elf->elf, shstrtab->idx);
shstrtab          554 tools/objtool/elf.c 	sec->sh.sh_name = shstrtab->len;
shstrtab          556 tools/objtool/elf.c 	shstrtab->len += strlen(name) + 1;
shstrtab          557 tools/objtool/elf.c 	shstrtab->changed = true;