Searched refs:sym1 (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 487 static bool maybe_same_file(struct symbol *sym1, struct symbol *sym2) in correlate_symbols() 489 if (!sym1->file || !sym2->file) in correlate_symbols() 491 if (sym1->file == sym2->file) in correlate_symbols() 493 return sym1->file->twin == sym2->file; in correlate_symbols() 502 static bool same_file(struct symbol *sym1, struct symbol *sym2) in correlate_symbols() 504 if (llvm_suffix(sym1->name) && llvm_suffix(sym2->name)) in correlate_symbols() 506 if (!sym1->file && !sym2->file) in correlate_symbols() 508 if (!sym1->file || !sym2->file) in correlate_symbols() 510 if (sym1->file == sym2->file) in correlate_symbols() 512 return sym1 in correlate_symbols() 406 struct symbol *sym1, *sym2; correlate_symbols() local [all...] |
| /linux/scripts/mod/ |
| H A D | symsearch.c | 32 const struct syminfo *sym1 = s1; 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 | expr.c | 316 struct symbol *sym1, *sym2; in expr_join_or() local 328 sym1 = tmp->left.sym; in expr_join_or() 330 sym1 = e1->left.sym; in expr_join_or() 337 if (sym1 != sym2) in expr_join_or() 339 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 341 if (sym1->type == S_TRISTATE) { in expr_join_or() 346 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or() 352 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or() 358 return expr_alloc_comp(E_UNEQUAL, sym1, in expr_join_or() 381 struct symbol *sym1, *sym2; expr_join_and() local [all...] |
| H A D | symbol.c | 997 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 999 const struct sym_match *s1 = sym1; in sym_rel_comp()
|