sym_match 924 scripts/kconfig/symbol.c const struct sym_match *s1 = sym1; sym_match 925 scripts/kconfig/symbol.c const struct sym_match *s2 = sym2; sym_match 951 scripts/kconfig/symbol.c struct sym_match *sym_match_arr = NULL; sym_match 971 scripts/kconfig/symbol.c tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); sym_match 985 scripts/kconfig/symbol.c qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp);