Searched refs:pscope (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c1774 scope_t *pscope;
1821 pscope = allocate_scope ();
1822 pscope->prev = cur_file_ptr->cur_scope;
1823 pscope->lsym = psym;
1824 pscope->lnumber = ret;
1825 pscope->type = type;
1826 cur_file_ptr->cur_scope = pscope;
1844 pscope = cur_file_ptr->cur_scope;
1845 if (pscope == (scope_t *) 0)
1850 st_t begin_type = (st_t) pscope
1759 scope_t *pscope; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1608 register scope_t *pscope;
1680 pscope = allocate_scope ();
1681 pscope->prev = cur_file_ptr->cur_scope;
1682 pscope->lsym = psym;
1683 pscope->type = type;
1684 cur_file_ptr->cur_scope = pscope;
1702 pscope = cur_file_ptr->cur_scope;
1703 if (pscope == (scope_t *) NULL)
1707 st_t begin_type = (st_t) pscope->lsym->ecoff_sym.asym.st;
1709 psym->begin_ptr = pscope
1600 register scope_t *pscope; local
[all...]

Completed in 109 milliseconds