HomeSort by relevance Sort by last modified time
    Searched refs:symcmp (Results 1 - 2 of 2) sorted by null

  /external/libsepol/src/
symtab.c 29 static int symcmp(hashtab_t h function
42 s->table = hashtab_create(symhash, symcmp, size);
  /external/qemu/
elf_ops.h 92 static int glue(symcmp, SZ)(const void *s0, const void *s1)
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));

Completed in 87 milliseconds