Searched refs:sym2 (Results 1 – 4 of 4) sorted by relevance
33 const struct syminfo *sym2 = s2; in syminfo_compare() local35 if (sym1->section_index > sym2->section_index) in syminfo_compare()37 if (sym1->section_index < sym2->section_index) in syminfo_compare()39 if (sym1->addr > sym2->addr) in syminfo_compare()41 if (sym1->addr < sym2->addr) in syminfo_compare()43 if (sym1->symbol_index > sym2->symbol_index) in syminfo_compare()45 if (sym1->symbol_index < sym2->symbol_index) in syminfo_compare()
883 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument886 const struct sym_match *s2 = sym2; in sym_rel_comp()1123 struct symbol *sym2; in sym_check_sym_deps() local1130 sym2 = sym_check_expr_deps(sym->dir_dep.expr); in sym_check_sym_deps()1131 if (sym2) in sym_check_sym_deps()1135 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps()1136 if (sym2) in sym_check_sym_deps()1140 sym2 = sym_check_expr_deps(sym->implied.expr); in sym_check_sym_deps()1141 if (sym2) in sym_check_sym_deps()1151 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps()[all …]
215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument217 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()218 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()224 struct symbol *sym2; in sym_check_prop() local237 sym2 = prop_get_symbol(prop); in sym_check_prop()239 if (!menu_validate_number(sym, sym2)) in sym_check_prop()246 sym_get_choice_prop(sym2); in sym_check_prop()252 sym2->name); in sym_check_prop()258 sym2 = prop_get_symbol(prop); in sym_check_prop()263 else if (sym2->type != S_UNKNOWN && in sym_check_prop()[all …]
405 struct symbol *sym1, *sym2; in expr_join_or() local423 sym2 = e2->left.expr->left.sym; in expr_join_or()425 sym2 = e2->left.sym; in expr_join_or()426 if (sym1 != sym2) in expr_join_or()450 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()469 struct symbol *sym1, *sym2; in expr_join_and() local487 sym2 = e2->left.expr->left.sym; in expr_join_and()489 sym2 = e2->left.sym; in expr_join_and()490 if (sym1 != sym2) in expr_join_and()513 sym2 = e1->right.sym; in expr_join_and()[all …]