runtime_ss        950 tools/perf/util/symbol-elf.c 		  struct symsrc *runtime_ss, int kmodule)
runtime_ss       1002 tools/perf/util/symbol-elf.c 	if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr,
runtime_ss       1006 tools/perf/util/symbol-elf.c 	if (runtime_ss->opdsec)
runtime_ss       1007 tools/perf/util/symbol-elf.c 		opddata = elf_rawdata(runtime_ss->opdsec, NULL);
runtime_ss       1021 tools/perf/util/symbol-elf.c 	sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx);
runtime_ss       1057 tools/perf/util/symbol-elf.c 	dso->adjust_symbols = runtime_ss->adjust_symbols || ref_reloc(kmap);
runtime_ss       1086 tools/perf/util/symbol-elf.c 		if (runtime_ss->opdsec && sym.st_shndx == runtime_ss->opdidx) {
runtime_ss       1090 tools/perf/util/symbol-elf.c 			sym.st_shndx = elf_addr_to_index(runtime_ss->elf,
runtime_ss       1106 tools/perf/util/symbol-elf.c 		sec = elf_getscn(runtime_ss->elf, sym.st_shndx);
runtime_ss       1128 tools/perf/util/symbol-elf.c 		} else if ((used_opd && runtime_ss->adjust_symbols) ||
runtime_ss        339 tools/perf/util/symbol-minimal.c 		  struct symsrc *runtime_ss __maybe_unused,
runtime_ss       1615 tools/perf/util/symbol.c 	struct symsrc *syms_ss = NULL, *runtime_ss = NULL;
runtime_ss       1733 tools/perf/util/symbol.c 		if (!runtime_ss && symsrc__possibly_runtime(ss)) {
runtime_ss       1734 tools/perf/util/symbol.c 			runtime_ss = ss;
runtime_ss       1741 tools/perf/util/symbol.c 			if (syms_ss && runtime_ss)
runtime_ss       1749 tools/perf/util/symbol.c 	if (!runtime_ss && !syms_ss)
runtime_ss       1752 tools/perf/util/symbol.c 	if (runtime_ss && !syms_ss) {
runtime_ss       1753 tools/perf/util/symbol.c 		syms_ss = runtime_ss;
runtime_ss       1757 tools/perf/util/symbol.c 	if (!runtime_ss && syms_ss)
runtime_ss       1758 tools/perf/util/symbol.c 		runtime_ss = syms_ss;
runtime_ss       1761 tools/perf/util/symbol.c 		ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod);
runtime_ss       1768 tools/perf/util/symbol.c 		nr_plt = dso__synthesize_plt_symbols(dso, runtime_ss);
runtime_ss        189 tools/perf/util/symbol.h 		  struct symsrc *runtime_ss, int kmodule);