Home
last modified time | relevance | path

Searched refs:sym_match (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c991 struct sym_match { struct
1002 const struct sym_match *s1 = sym1; in sym_rel_comp() argument
1003 const struct sym_match *s2 = sym2; in sym_rel_comp()
1029 struct sym_match *sym_match_arr = NULL; in sym_re_search()
1049 tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); in sym_re_search()
1063 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dsymbol.c1005 struct sym_match { struct
1016 const struct sym_match *s1 = sym1; in sym_rel_comp() argument
1017 const struct sym_match *s2 = sym2; in sym_rel_comp()
1043 struct sym_match *sym_match_arr = NULL; in sym_re_search()
1063 tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); in sym_re_search()
1077 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c918 struct sym_match { struct
929 const struct sym_match *s1 = sym1; in sym_rel_comp() argument
930 const struct sym_match *s2 = sym2; in sym_rel_comp()
956 struct sym_match *sym_match_arr = NULL; in sym_re_search()
976 tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); in sym_re_search()
990 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()