Searched refs:cur_scope (Results 1 – 5 of 5) sorted by relevance
466 scope_t *cur_scope; in dump_scope() local476 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()478 while (cur_scope != NULL) { in dump_scope()480 dump_scope(cur_scope); in dump_scope()482 cur_scope = TAILQ_NEXT(cur_scope, scope_links); in dump_scope()793 scope_t *cur_scope; in process_scope() local797 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()800 while (cur_scope != NULL) { in process_scope()804 switch (cur_scope->type) { in process_scope()810 cur_scope->patches[1].skip_patch = in process_scope()[all …]
220 scope_t *cur_scope = 0; /* list of active scopes */ variable896 scope_ptr->prev = cur_scope; in print_symbol()897 cur_scope = scope_ptr; in print_symbol()912 if (cur_scope == (scope_t *) 0) in print_symbol()916 scope_ptr = cur_scope; in print_symbol()917 cur_scope = scope_ptr->prev; in print_symbol()950 scope_ptr->prev = cur_scope; in print_symbol()951 cur_scope = scope_ptr; in print_symbol()976 if (cur_scope == (scope_t *) 0) in print_symbol()980 for (scope_ptr = cur_scope; in print_symbol()[all …]
1060 scope_t *cur_scope; /* current nested scopes */ member1807 pscope->prev = cur_file_ptr->cur_scope; in add_local_symbol()1811 cur_file_ptr->cur_scope = pscope; in add_local_symbol()1829 pscope = cur_file_ptr->cur_scope; in add_local_symbol()1862 cur_file_ptr->cur_scope = pscope->prev; in add_local_symbol()
943 scope_t *cur_scope; /* current nested scopes */ member1673 pscope->prev = cur_file_ptr->cur_scope; in add_ecoff_symbol()1676 cur_file_ptr->cur_scope = pscope; in add_ecoff_symbol()1694 pscope = cur_file_ptr->cur_scope; in add_ecoff_symbol()1728 cur_file_ptr->cur_scope = pscope->prev; in add_ecoff_symbol()4679 while (cur_file_ptr->cur_scope != (scope_t *) NULL in ecoff_build_debug()4680 && cur_file_ptr->cur_scope->prev != (scope_t *) NULL) in ecoff_build_debug()4682 cur_file_ptr->cur_scope = cur_file_ptr->cur_scope->prev; in ecoff_build_debug()4689 if (cur_file_ptr->cur_scope != (scope_t *) NULL) in ecoff_build_debug()
3347 * ecoff.c (ecoff_build_debug): The cur_scope field of a fil_ptr