curr_dso          852 tools/perf/util/symbol-elf.c 	struct dso *curr_dso = *curr_dsop;
curr_dso          860 tools/perf/util/symbol-elf.c 	if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0)
curr_dso          912 tools/perf/util/symbol-elf.c 		curr_dso = dso__new(dso_name);
curr_dso          913 tools/perf/util/symbol-elf.c 		if (curr_dso == NULL)
curr_dso          915 tools/perf/util/symbol-elf.c 		curr_dso->kernel = dso->kernel;
curr_dso          916 tools/perf/util/symbol-elf.c 		curr_dso->long_name = dso->long_name;
curr_dso          917 tools/perf/util/symbol-elf.c 		curr_dso->long_name_len = dso->long_name_len;
curr_dso          918 tools/perf/util/symbol-elf.c 		curr_map = map__new2(start, curr_dso);
curr_dso          919 tools/perf/util/symbol-elf.c 		dso__put(curr_dso);
curr_dso          930 tools/perf/util/symbol-elf.c 		curr_dso->symtab_type = dso->symtab_type;
curr_dso          937 tools/perf/util/symbol-elf.c 		dsos__add(&map->groups->machine->dsos, curr_dso);
curr_dso          940 tools/perf/util/symbol-elf.c 		dso__set_loaded(curr_dso);
curr_dso          942 tools/perf/util/symbol-elf.c 		*curr_dsop = curr_dso;
curr_dso          955 tools/perf/util/symbol-elf.c 	struct dso *curr_dso = dso;
curr_dso         1125 tools/perf/util/symbol-elf.c 			if (dso__process_kernel_symbol(dso, map, &sym, &shdr, kmaps, kmap, &curr_dso, &curr_map,
curr_dso         1150 tools/perf/util/symbol-elf.c 		__symbols__insert(&curr_dso->symbols, f, dso->kernel);