Home
last modified time | relevance | path

Searched refs:scope_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/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; in main()
461 dump_scope(scope_t *scope) in dump_scope()
463 scope_t *cur_scope; in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch()
759 scope_t *
762 scope_t *new_scope; in scope_alloc()
764 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
780 process_scope(scope_t *scope) in process_scope()
[all …]
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;
H A Daicasm_symbol.h176 } scope_t; typedef