Home
last modified time | relevance | path

Searched refs:sym1 (Results 1 – 3 of 3) sorted by relevance

/xen/xen/tools/kconfig/
A Dexpr.c428 struct symbol *sym1, *sym2; in expr_join_or() local
440 sym1 = tmp->left.sym; in expr_join_or()
442 sym1 = e1->left.sym; in expr_join_or()
449 if (sym1 != sym2) in expr_join_or()
451 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
473 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
492 struct symbol *sym1, *sym2; in expr_join_and() local
504 sym1 = tmp->left.sym; in expr_join_and()
506 sym1 = e1->left.sym; in expr_join_and()
513 if (sym1 != sym2) in expr_join_and()
[all …]
A Dsymbol.c922 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
924 const struct sym_match *s1 = sym1; in sym_rel_comp()
/xen/xen/tools/
A Dsymbols.c292 const struct sym_entry *sym1 = p1; in compare_name_orig() local
296 rc = strcmp(sym1->orig_symbol, sym2->orig_symbol); in compare_name_orig()
299 rc = sym1->type - sym2->type; in compare_name_orig()
576 const struct sym_entry *sym1 = p1; in compare_value() local
579 if (sym1->addr < sym2->addr) in compare_value()
581 if (sym1->addr > sym2->addr) in compare_value()
584 if (isupper(*sym1->sym)) in compare_value()
593 const struct sym_entry *sym1 = p1; in compare_name() local
596 return strcmp(SYMBOL_NAME(sym1), SYMBOL_NAME(sym2)); in compare_name()

Completed in 7 milliseconds