Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Delfload.c389 struct elf_sym *sym0 = (struct elf_sym *)s0; in symcmp() local
391 return (sym0->st_value < sym1->st_value) ? -1 : in symcmp()
392 ((sym0->st_value > sym1->st_value) ? 1 : 0); in symcmp()
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc100 struct elf_sym *sym0 = (struct elf_sym *)s0;
102 return (sym0->st_value < sym1->st_value)
104 : ((sym0->st_value > sym1->st_value) ? 1 : 0);