Searched refs:sym1 (Results 1 – 3 of 3) sorted by relevance
32 const struct syminfo *sym1 = s1; 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()
316 struct symbol *sym1, *sym2; in expr_join_or() local328 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()361 if (sym1->type == S_BOOLEAN) { in expr_join_or()381 struct symbol *sym1, *sym2; in expr_join_and() local393 sym1 = tmp->left.sym; in expr_join_and()395 sym1 = e1->left.sym; in expr_join_and()402 if (sym1 != sym2) in expr_join_and()[all …]
962 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument964 const struct sym_match *s1 = sym1; in sym_rel_comp()
Completed in 9 milliseconds