Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A 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()
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c1128 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1136 if (sym_is_choice_value(last_sym)) { in sym_check_print_recursive()
1137 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1138 last_sym = prop_get_symbol(sym_get_choice_prop(last_sym)); in sym_check_print_recursive()
1142 if (stack->sym == last_sym) in sym_check_print_recursive()
1151 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1164 if (stack->sym == last_sym) in sym_check_print_recursive()
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c997 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1005 if (sym_is_choice_value(last_sym)) { in sym_check_print_recursive()
1006 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1007 last_sym = prop_get_symbol(sym_get_choice_prop(last_sym)); in sym_check_print_recursive()
1011 if (stack->sym == last_sym) in sym_check_print_recursive()
1020 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1033 if (stack->sym == last_sym) in sym_check_print_recursive()