Searched refs:dso_b (Results 1 – 1 of 1) sorted by relevance
2073 const struct dso *dso_b = map__dso(map_b); in map__strcmp() local2074 int ret = strcmp(dso_a->short_name, dso_b->short_name); in map__strcmp()