Searched refs:sym_l (Results 1 – 1 of 1) sorted by relevance
166 static int64_t _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r) in _sort__sym_cmp() argument170 if (!sym_l || !sym_r) in _sort__sym_cmp()171 return cmp_null(sym_l, sym_r); in _sort__sym_cmp()173 if (sym_l == sym_r) in _sort__sym_cmp()176 ip_l = sym_l->start; in _sort__sym_cmp()304 struct symbol *sym_l = left->parent; in sort__parent_cmp() local307 if (!sym_l || !sym_r) in sort__parent_cmp()308 return cmp_null(sym_l, sym_r); in sort__parent_cmp()310 return strcmp(sym_l->name, sym_r->name); in sort__parent_cmp()