Searched refs:sym1 (Results 1 – 5 of 5) sorted by relevance
426 struct symbol *sym1, *sym2; in expr_join_or() local438 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 …]
1014 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument1016 const struct sym_match *s1 = sym1; in sym_rel_comp()
390 struct elf_sym *sym1 = (struct elf_sym *)s1; in symcmp() local391 return (sym0->st_value < sym1->st_value) ? -1 : in symcmp()392 ((sym0->st_value > sym1->st_value) ? 1 : 0); in symcmp()
101 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);
1710 struct elf_sym *sym1 = (struct elf_sym *)s1; in symcmp() local1711 return (sym0->st_value < sym1->st_value) in symcmp()1713 : ((sym0->st_value > sym1->st_value) ? 1 : 0); in symcmp()