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.c1007 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1015 if (sym_is_choice_value(last_sym)) { in sym_check_print_recursive()
1016 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1017 last_sym = prop_get_symbol(sym_get_choice_prop(last_sym)); in sym_check_print_recursive()
1021 if (stack->sym == last_sym) in sym_check_print_recursive()
1030 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1043 if (stack->sym == last_sym) in sym_check_print_recursive()