Home
last modified time | relevance | path

Searched refs:sym1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c426 struct symbol *sym1, *sym2; in expr_join_or() local
438 sym1 = tmp->left.sym; in expr_join_or()
440 sym1 = e1->left.sym; in expr_join_or()
447 if (sym1 != sym2) in expr_join_or()
449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
451 if (sym1->type == S_TRISTATE) { in expr_join_or()
456 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or()
462 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or()
468 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes); in expr_join_or()
471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
[all …]
H A Dsymbol.c1014 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
1016 const struct sym_match *s1 = sym1; in sym_rel_comp()
/openbmc/qemu/bsd-user/
H A Delfload.c390 struct elf_sym *sym1 = (struct elf_sym *)s1; 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.inc101 struct elf_sym *sym1 = (struct elf_sym *)s1;
102 return (sym0->st_value < sym1->st_value)
104 : ((sym0->st_value > sym1->st_value) ? 1 : 0);
/openbmc/qemu/linux-user/
H A Delfload.c1710 struct elf_sym *sym1 = (struct elf_sym *)s1; in symcmp() local
1711 return (sym0->st_value < sym1->st_value) in symcmp()
1713 : ((sym0->st_value > sym1->st_value) ? 1 : 0); in symcmp()