Searched refs:symcmp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/security/selinux/ss/ |
H A D | symtab.c | 26 static int symcmp(const void *key1, const void *key2) in symcmp() function 37 .cmp = symcmp,
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 387 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 D | elf_ops.h.inc | 98 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 D | elfload.c | 3626 static int symcmp(const void *s0, const void *s1) in symcmp() function 3730 qsort(syms, nsyms, sizeof(*syms), symcmp); in load_symbols()
|