Searched refs:sym2 (Results 1 – 5 of 5) 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()
997 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument1000 const struct sym_match *s2 = sym2; in sym_rel_comp()1216 struct symbol *sym2; in sym_check_sym_deps() local1223 sym2 = sym_check_expr_deps(sym->dir_dep.expr); in sym_check_sym_deps()1224 if (sym2) in sym_check_sym_deps()1228 sym2 = sym_check_expr_deps(sym->rev_dep.expr); in sym_check_sym_deps()1229 if (sym2) in sym_check_sym_deps()1233 sym2 = sym_check_expr_deps(sym->implied.expr); in sym_check_sym_deps()1234 if (sym2) in sym_check_sym_deps()1243 sym2 = sym_check_expr_deps(prop->visible.expr); in sym_check_sym_deps()[all …]
227 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument229 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()230 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number()236 struct symbol *sym2; in sym_check_prop() local249 sym2 = prop_get_symbol(prop); in sym_check_prop()251 if (!menu_validate_number(sym, sym2)) in sym_check_prop()257 struct menu *choice = sym_get_choice_menu(sym2); in sym_check_prop()262 sym2->name); in sym_check_prop()268 sym2 = prop_get_symbol(prop); in sym_check_prop()273 else if (sym2->type != S_UNKNOWN && in sym_check_prop()[all …]
316 struct symbol *sym1, *sym2; in expr_join_or() local334 sym2 = e2->left.expr->left.sym; in expr_join_or()336 sym2 = e2->left.sym; in expr_join_or()337 if (sym1 != sym2) in expr_join_or()381 struct symbol *sym1, *sym2; in expr_join_and() local399 sym2 = e2->left.expr->left.sym; in expr_join_and()401 sym2 = e2->left.sym; in expr_join_and()402 if (sym1 != sym2) in expr_join_and()425 sym2 = e1->right.sym; in expr_join_and()426 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()[all …]
676 Previously, the sym2 driver accepted arguments of the form::