Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
Daicasm.c466 scope_t *cur_scope; in dump_scope() local
476 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() local
797 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 …]
/freebsd-12-stable/contrib/gcc/
Dmips-tdump.c220 scope_t *cur_scope = 0; /* list of active scopes */ variable
896 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 …]
Dmips-tfile.c1060 scope_t *cur_scope; /* current nested scopes */ member
1807 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()
/freebsd-12-stable/contrib/binutils/gas/
Decoff.c943 scope_t *cur_scope; /* current nested scopes */ member
1673 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()
DChangeLog-92953347 * ecoff.c (ecoff_build_debug): The cur_scope field of a fil_ptr