Searched refs:sym2 (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/mod/ |
| H A D | symsearch.c | 33 const struct syminfo *sym2 = s2; in syminfo_compare() local 35 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()
|
| /linux/scripts/kconfig/ |
| H A D | symbol.c | 997 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 1000 const struct sym_match *s2 = sym2; in sym_rel_comp() 1216 struct symbol *sym2; in sym_check_sym_deps() local 1223 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 …]
|
| H A D | menu.c | 237 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() argument 239 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number() 240 (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); in menu_validate_number() 246 struct symbol *sym2; in sym_check_prop() local 259 sym2 = prop_get_symbol(prop); in sym_check_prop() 261 if (!menu_validate_number(sym, sym2)) in sym_check_prop() 267 struct menu *choice = sym_get_choice_menu(sym2); in sym_check_prop() 272 sym2->name); in sym_check_prop() 278 sym2 = prop_get_symbol(prop); in sym_check_prop() 283 else if (sym2->type != S_UNKNOWN && in sym_check_prop() [all …]
|
| H A D | expr.c | 316 struct symbol *sym1, *sym2; in expr_join_or() local 334 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() local 399 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 …]
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 365 struct symbol *sym1, *sym2; in correlate_symbols() local 382 for_each_sym(e->patched, sym2) { in correlate_symbols() 383 if (sym2 == file2_sym || !is_local_sym(sym2)) in correlate_symbols() 386 if (sym2->twin || dont_correlate(sym2)) in correlate_symbols() 389 if (strcmp(sym1->demangled_name, sym2->demangled_name)) in correlate_symbols() 392 sym1->twin = sym2; in correlate_symbols() 393 sym2->twin = sym1; in correlate_symbols() 432 sym2 = file2_sym; in correlate_symbols() 433 for_each_sym_continue(e->patched, sym2) { in correlate_symbols() 434 if (is_file_sym(sym2) || !is_local_sym(sym2)) in correlate_symbols() [all …]
|
| /linux/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 676 Previously, the sym2 driver accepted arguments of the form::
|