Home
last modified time | relevance | path

Searched refs:symcmp (Results 1 – 2 of 2) sorted by relevance

/external/libsepol/src/
Dsymtab.c29 static int symcmp(hashtab_t h in symcmp() function
42 s->table = hashtab_create(symhash, symcmp, size); in symtab_init()
/external/qemu/
Delf_ops.h92 static int glue(symcmp, SZ)(const void *s0, const void *s1) in glue() argument
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ)); in glue()