Searched refs:dso_name_l (Results 1 – 1 of 1) sorted by relevance
148 const char *dso_name_l, *dso_name_r; in sort__dso_cmp() local154 dso_name_l = dso_l->long_name; in sort__dso_cmp()157 dso_name_l = dso_l->short_name; in sort__dso_cmp()161 return strcmp(dso_name_l, dso_name_r); in sort__dso_cmp()