Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/
HDecoff.c945 int nested_scopes; /* # nested scopes */ member
1763 cur_file_ptr->nested_scopes += scope_delta; in add_ecoff_symbol()
1772 int depth = cur_file_ptr->nested_scopes + (scope_delta < 0); in add_ecoff_symbol()
/trueos/contrib/gcc/
HDmips-tfile.c1062 int nested_scopes; /* # nested scopes */ member
1896 cur_file_ptr->nested_scopes += scope_delta; in add_local_symbol()
1904 int depth = cur_file_ptr->nested_scopes + (scope_delta < 0); in add_local_symbol()