Searched refs:sorted_bbs (Results 1 – 1 of 1) sorted by relevance
253 Sym **sorted_bbs, *sym; in print_exec_counts() local262 sorted_bbs = (Sym **) xmalloc (symtab.len * sizeof (sorted_bbs[0])); in print_exec_counts()274 sorted_bbs[len++] = sym; in print_exec_counts()278 qsort (sorted_bbs, len, sizeof (sorted_bbs[0]), cmp_bb); in print_exec_counts()284 sym = sorted_bbs [i]; in print_exec_counts()306 free (sorted_bbs); in print_exec_counts()