Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dsymbol.c1065 } *check_top; variable
1070 if (check_top) in dep_stack_insert()
1071 check_top->next = stack; in dep_stack_insert()
1072 stack->prev = check_top; in dep_stack_insert()
1074 check_top = stack; in dep_stack_insert()
1079 check_top = check_top->prev; in dep_stack_remove()
1080 if (check_top) in dep_stack_remove()
1081 check_top->next = NULL; in dep_stack_remove()
1102 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1157 if (check_top == &cv_stack) in sym_check_print_recursive()

Completed in 4 milliseconds