Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c84 static void dump_scope(scope_t *scope);
85 static void emit_patch(scope_t *scope, int patch);
128 scope_t *sentinal; in main()
467 dump_scope(scope_t *scope) in dump_scope()
469 scope_t *cur_scope; in dump_scope()
495 emit_patch(scope_t *scope, int patch) in emit_patch()
764 scope_t *
767 scope_t *new_scope; in scope_alloc()
769 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
785 process_scope(scope_t *scope) in process_scope()
[all …]
H A Daicasm_gram.y1058 scope_t *new_scope;
1068 scope_t *new_scope;
1069 scope_t *scope_context;
1070 scope_t *last_scope;
1093 scope_t *new_scope;
1094 scope_t *scope_context;
1095 scope_t *last_scope;
1119 scope_t *scope_context;
H A Daicasm_symbol.h180 } scope_t; typedef
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c832 } scope_t; typedef
896 scope_t *f_scope; /* scope structure */
940 scope_t *cur_scope; /* current nested scopes */
987 (scope_t *)0, /* cur_scope: current scope being processed */
1034 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1461 static scope_t *allocate_scope (void);
1462 static void free_scope (scope_t *ptr);
1603 scope_t *pscope; in add_ecoff_symbol()
1698 if (pscope == (scope_t *) NULL) in add_ecoff_symbol()
4656 while (cur_file_ptr->cur_scope != (scope_t *) NULL in ecoff_build_debug()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c832 } scope_t; typedef
896 scope_t *f_scope; /* scope structure */
940 scope_t *cur_scope; /* current nested scopes */
987 (scope_t *)0, /* cur_scope: current scope being processed */
1034 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1461 static scope_t *allocate_scope (void);
1462 static void free_scope (scope_t *ptr);
1603 scope_t *pscope; in add_ecoff_symbol()
1698 if (pscope == (scope_t *) NULL) in add_ecoff_symbol()
4654 while (cur_file_ptr->cur_scope != (scope_t *) NULL in ecoff_build_debug()
[all …]