Home
last modified time | relevance | path

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

/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()
/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);
/qemu/linux-user/
H A Delfload.c3604 struct elf_sym *sym0 = (struct elf_sym *)s0; in symcmp() local
3606 return (sym0->st_value < sym1->st_value) in symcmp()
3608 : ((sym0->st_value > sym1->st_value) ? 1 : 0); in symcmp()