Searched refs:symfind (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 353 static int symfind(const void *s0, const void *s1) in symfind() function 378 sym = bsearch(&orig_addr, syms, s->disas_num_syms, sizeof(*syms), symfind); in lookup_symbolxx()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 70 static int glue(symfind, SZ)(const void *s0, const void *s1) 90 glue(symfind, SZ));
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 3592 static int symfind(const void *s0, const void *s1) in symfind() function 3617 sym = bsearch(&orig_addr, syms, s->disas_num_syms, sizeof(*syms), symfind); in lookup_symbolxx()
|