Searched refs:dso_l (Results 1 – 1 of 1) sorted by relevance
233 struct dso *dso_l = map_l ? map__dso(map_l) : NULL; in _sort__dso_cmp() local237 if (!dso_l || !dso_r) in _sort__dso_cmp()238 return cmp_null(dso_r, dso_l); in _sort__dso_cmp()241 dso_name_l = dso_l->long_name; in _sort__dso_cmp()244 dso_name_l = dso_l->short_name; in _sort__dso_cmp()