HomeSort by: relevance | last modified time | path
    Searched defs:pscope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1612 scope_t *pscope;
1684 pscope = allocate_scope ();
1685 pscope->prev = cur_file_ptr->cur_scope;
1686 pscope->lsym = psym;
1687 pscope->type = type;
1688 cur_file_ptr->cur_scope = pscope;
1706 pscope = cur_file_ptr->cur_scope;
1707 if (pscope == NULL)
1711 st_t begin_type = pscope->lsym->ecoff_sym.asym.st;
1713 psym->begin_ptr = pscope->lsym
1604 scope_t *pscope; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1612 scope_t *pscope;
1684 pscope = allocate_scope ();
1685 pscope->prev = cur_file_ptr->cur_scope;
1686 pscope->lsym = psym;
1687 pscope->type = type;
1688 cur_file_ptr->cur_scope = pscope;
1706 pscope = cur_file_ptr->cur_scope;
1707 if (pscope == NULL)
1711 st_t begin_type = pscope->lsym->ecoff_sym.asym.st;
1713 psym->begin_ptr = pscope->lsym
1604 scope_t *pscope; local
    [all...]

Completed in 55 milliseconds