Home | History | Annotate | Download | only in gas

Lines Matching defs:scope_t

835 } scope_t;
899 scope_t *f_scope; /* scope structure */
943 scope_t *cur_scope; /* current nested scopes */
1037 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1466 static scope_t *allocate_scope (void);
1467 static void free_scope (scope_t *ptr);
1612 scope_t *pscope;
4798 static scope_t *
4801 scope_t *ptr;
4815 unallocated = PAGE_SIZE / sizeof (scope_t);
4826 ptr = XNEW (scope_t);
4838 free_scope (scope_t *ptr)