sym_match         969 scripts/kconfig/symbol.c 	const struct sym_match *s1 = sym1;
sym_match         970 scripts/kconfig/symbol.c 	const struct sym_match *s2 = sym2;
sym_match         996 scripts/kconfig/symbol.c 	struct sym_match *sym_match_arr = NULL;
sym_match        1016 scripts/kconfig/symbol.c 			tmp = realloc(sym_match_arr, size * sizeof(struct sym_match));
sym_match        1030 scripts/kconfig/symbol.c 		qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp);