Lines Matching defs:dso
8 #include "dso.h"
213 * in the kallsyms dso. For the ones that are in both, check its names and
296 struct dso *dso = map__dso(map);
303 struct map *pair = maps__find_by_name(kallsyms.kmaps, (dso->kernel ?
304 dso->short_name :
305 dso->name));
330 struct dso *dso = map__dso(map);
338 map__start(map), map__end(map), map__pgoff(map), dso->name);
342 pr_info(" %s\n", dso->name);