Searched refs:symcmp (Results 1 – 2 of 2) sorted by relevance
29 static int symcmp(hashtab_t h in symcmp() function42 s->table = hashtab_create(symhash, symcmp, size); in symtab_init()
92 static int glue(symcmp, SZ)(const void *s0, const void *s1) in glue() argument152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ)); in glue()