Searched refs:sym_match (Results 1 – 2 of 2) sorted by relevance
243 bool sym_match = (string("strtok") == sym.name); variable244 if (!sym_match) {260 sym_match = (exp_addr == sym_addr);263 REQUIRE(sym_match);
1005 struct sym_match { struct1016 const struct sym_match *s1 = sym1; in sym_rel_comp() argument1017 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()