Searched refs:scope_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.c80 static void dump_scope(scope_t *scope);
81 static void emit_patch(scope_t *scope, int patch);
122 scope_t *sentinal;
462 dump_scope(scope_t *scope)
464 scope_t *cur_scope;
490 emit_patch(scope_t *scope, int patch)
763 scope_t *
766 scope_t *new_scope;
768 new_scope = (scope_t *)malloc(sizeof(scope_t));
[all...]
H A Daicasm_symbol.h176 } scope_t; typedef in typeref:struct:scope
H A Daicasm_gram.y1056 scope_t *new_scope;
1066 scope_t *new_scope;
1067 scope_t *scope_context;
1068 scope_t *last_scope;
1091 scope_t *new_scope;
1092 scope_t *scope_context;
1093 scope_t *last_scope;
1117 scope_t *scope_context;
/freebsd-10.0-release/sbin/iscontrol/
H A Discontrol.h127 } scope_t; typedef in typeref:enum:__anon5814
133 scope_t scope;
/freebsd-10.0-release/contrib/gcc/
H A Dmips-tdump.c208 } scope_t;
222 scope_t *cur_scope = 0; /* list of active scopes */
223 scope_t *free_scope = 0; /* list of freed scopes */
881 scope_t *scope_ptr;
897 if (free_scope == (scope_t *) 0)
898 scope_ptr = xmalloc (sizeof (scope_t));
923 if (cur_scope == (scope_t *) 0)
951 if (free_scope == (scope_t *) 0)
952 scope_ptr = xmalloc (sizeof (scope_t));
987 if (cur_scope == (scope_t *)
206 } scope_t; typedef in typeref:struct:scope
[all...]
H A Dmips-tfile.c976 } scope_t;
1013 scope_t *f_scope; /* scope structure */
1067 scope_t *cur_scope; /* current nested scopes */
1099 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1588 STATIC scope_t *allocate_scope (void);
1596 STATIC void free_scope (scope_t *);
1774 scope_t *pscope;
1845 if (pscope == (scope_t *) 0)
5138 STATIC scope_t *
969 } scope_t; typedef in typeref:struct:scope
[all...]
/freebsd-10.0-release/contrib/binutils/gas/
H A Decoff.c837 } scope_t;
901 scope_t *f_scope; /* scope structure */
945 scope_t *cur_scope; /* current nested scopes */
992 (scope_t *)0, /* cur_scope: current scope being processed */
1039 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1468 static scope_t *allocate_scope (void);
1469 static void free_scope (scope_t *ptr);
1608 register scope_t *pscope;
1703 if (pscope == (scope_t *) NUL
835 } scope_t; typedef in typeref:struct:scope
[all...]

Completed in 111 milliseconds