secstrs           331 arch/arm/kernel/module.c 	const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
secstrs           334 arch/arm/kernel/module.c 		if (strcmp(name, secstrs + s->sh_name) == 0)
secstrs           348 arch/arm/kernel/module.c 	const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
secstrs           356 arch/arm/kernel/module.c 		const char *secname = secstrs + s->sh_name;
secstrs           478 arch/arm64/kernel/module.c 	const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
secstrs           481 arch/arm64/kernel/module.c 		if (strcmp(".altinstructions", secstrs + s->sh_name) == 0)
secstrs           485 arch/arm64/kernel/module.c 		    !strcmp(".text.ftrace_trampoline", secstrs + s->sh_name))
secstrs           165 tools/perf/util/symbol-elf.c 					const Elf_Data *secstrs)
secstrs           167 tools/perf/util/symbol-elf.c 	return secstrs->d_buf + shdr->sh_name;
secstrs           171 tools/perf/util/symbol-elf.c 					const Elf_Data *secstrs)
secstrs           173 tools/perf/util/symbol-elf.c 	return strstr(elf_sec__name(shdr, secstrs), "text") != NULL;
secstrs           177 tools/perf/util/symbol-elf.c 				    const Elf_Data *secstrs)
secstrs           179 tools/perf/util/symbol-elf.c 	return strstr(elf_sec__name(shdr, secstrs), "data") != NULL;
secstrs           182 tools/perf/util/symbol-elf.c static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs)
secstrs           184 tools/perf/util/symbol-elf.c 	return elf_sec__is_text(shdr, secstrs) || 
secstrs           185 tools/perf/util/symbol-elf.c 	       elf_sec__is_data(shdr, secstrs);
secstrs           956 tools/perf/util/symbol-elf.c 	Elf_Data *symstrs, *secstrs;
secstrs          1025 tools/perf/util/symbol-elf.c 	secstrs = elf_getdata(sec_strndx, NULL);
secstrs          1026 tools/perf/util/symbol-elf.c 	if (secstrs == NULL)
secstrs          1112 tools/perf/util/symbol-elf.c 		if (is_label && !elf_sec__filter(&shdr, secstrs))
secstrs          1115 tools/perf/util/symbol-elf.c 		section_name = elf_sec__name(&shdr, secstrs);