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

/linux-master/tools/perf/tests/
H A Dsymbols.c111 struct symbol *last_sym = NULL; local
126 if (last_sym && sym->start < last_sym->end) {
128 symbol__fprintf(last_sym, stderr);
138 last_sym = sym;
/linux-master/scripts/kconfig/
H A Dsymbol.c1001 static void sym_check_print_recursive(struct symbol *last_sym) argument
1009 if (sym_is_choice_value(last_sym)) {
1010 dep_stack_insert(&cv_stack, last_sym);
1011 last_sym = prop_get_symbol(sym_get_choice_prop(last_sym));
1015 if (stack->sym == last_sym)
1024 next_sym = stack->next ? stack->next->sym : last_sym;
1037 if (stack->sym == last_sym)

Completed in 93 milliseconds