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