sym_match
const struct sym_match *s2 = sym2;
struct sym_match *sym_match_arr = NULL;
tmp = realloc(sym_match_arr, size * sizeof(struct sym_match));
qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp);
const struct sym_match *s1 = sym1;