sym_compare_sort
qsort(syms->table, syms->nsymb, sizeof *syms->table, sym_compare_sort);
static int sym_compare_sort(const void *, const void *);