Home
last modified time | relevance | path

Searched refs:last_sym (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/perf/tests/
Dsymbols.c67 struct symbol *last_sym = NULL; in test_dso() local
82 if (last_sym && sym->start < last_sym->end) { in test_dso()
84 symbol__fprintf(last_sym, stderr); in test_dso()
94 last_sym = sym; in test_dso()
/linux-6.6.21/scripts/kconfig/
Dsymbol.c995 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1003 if (sym_is_choice_value(last_sym)) { in sym_check_print_recursive()
1004 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1005 last_sym = prop_get_symbol(sym_get_choice_prop(last_sym)); in sym_check_print_recursive()
1009 if (stack->sym == last_sym) in sym_check_print_recursive()
1018 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1031 if (stack->sym == last_sym) in sym_check_print_recursive()