Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Dsymtab.c26 static int symcmp(const void *key1, const void *key2) in symcmp() function
37 .cmp = symcmp,
/openbmc/qemu/bsd-user/
H A Delfload.c387 static int symcmp(const void *s0, const void *s1) in symcmp() function
483 qsort(syms, nsyms, sizeof(*syms), symcmp); in load_symbols()
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc98 static int glue(symcmp, SZ)(const void *s0, const void *s1)
184 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
/openbmc/qemu/linux-user/
H A Delfload.c3626 static int symcmp(const void *s0, const void *s1) in symcmp() function
3730 qsort(syms, nsyms, sizeof(*syms), symcmp); in load_symbols()