Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm.c76 static void dump_scope(scope_t *scope);
77 static void emit_patch(scope_t *scope, int patch);
120 scope_t *sentinal; in main()
459 dump_scope(scope_t *scope) in dump_scope()
461 scope_t *cur_scope; in dump_scope()
487 emit_patch(scope_t *scope, int patch) in emit_patch()
758 scope_t *
761 scope_t *new_scope; in scope_alloc()
763 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
779 process_scope(scope_t *scope) in process_scope()
[all …]
Daicasm_gram.y1060 scope_t *new_scope;
1070 scope_t *new_scope;
1071 scope_t *scope_context;
1072 scope_t *last_scope;
1095 scope_t *new_scope;
1096 scope_t *scope_context;
1097 scope_t *last_scope;
1121 scope_t *scope_context;
Daicasm_symbol.h181 } scope_t; typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmips-tdump.c200 } scope_t; typedef
212 scope_t *cur_scope = 0; /* list of active scopes */
213 scope_t *free_scope = 0; /* list of freed scopes */
869 scope_t *scope_ptr;
885 if (free_scope == (scope_t *) 0)
886 scope_ptr = (scope_t *) xmalloc (sizeof (scope_t));
911 if (cur_scope == (scope_t *) 0)
939 if (free_scope == (scope_t *) 0)
940 scope_ptr = (scope_t *) xmalloc (sizeof (scope_t));
975 if (cur_scope == (scope_t *) 0)
[all …]
Dmips-tfile.c962 } scope_t; typedef
999 scope_t *f_scope; /* scope structure */
1053 scope_t *cur_scope; /* current nested scopes */
1137 (scope_t *) 0, /* cur_scope: current scope being processed */
1167 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1696 STATIC scope_t *allocate_scope PARAMS ((void));
1704 STATIC void free_scope PARAMS ((scope_t *));
1874 scope_t *pscope;
1945 if (pscope == (scope_t *) 0)
5227 STATIC scope_t *
[all …]
/openbsd/src/gnu/gcc/gcc/
Dmips-tdump.c206 } scope_t; typedef
220 scope_t *cur_scope = 0; /* list of active scopes */
221 scope_t *free_scope = 0; /* list of freed scopes */
870 scope_t *scope_ptr; in print_symbol()
886 if (free_scope == (scope_t *) 0) in print_symbol()
887 scope_ptr = xmalloc (sizeof (scope_t)); in print_symbol()
912 if (cur_scope == (scope_t *) 0) in print_symbol()
940 if (free_scope == (scope_t *) 0) in print_symbol()
941 scope_ptr = xmalloc (sizeof (scope_t)); in print_symbol()
976 if (cur_scope == (scope_t *) 0) in print_symbol()
[all …]
Dmips-tfile.c969 } scope_t; typedef
1006 scope_t *f_scope; /* scope structure */
1060 scope_t *cur_scope; /* current nested scopes */
1092 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1579 STATIC scope_t *allocate_scope (void);
1587 STATIC void free_scope (scope_t *);
1759 scope_t *pscope; in add_local_symbol()
1830 if (pscope == (scope_t *) 0) in add_local_symbol()
5093 STATIC scope_t *
5096 scope_t *ptr; in allocate_scope()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c834 } scope_t; typedef
898 scope_t *f_scope; /* scope structure */
942 scope_t *cur_scope; /* current nested scopes */
989 (scope_t *)0, /* cur_scope: current scope being processed */
1036 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1463 static scope_t *allocate_scope (void);
1464 static void free_scope (scope_t *ptr);
1599 register scope_t *pscope; in add_ecoff_symbol()
1694 if (pscope == (scope_t *) NULL) in add_ecoff_symbol()
4680 while (cur_file_ptr->cur_scope != (scope_t *) NULL in ecoff_build_debug()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Decoff.c835 } scope_t; typedef
899 scope_t *f_scope; /* scope structure */
943 scope_t *cur_scope; /* current nested scopes */
990 (scope_t *)0, /* cur_scope: current scope being processed */
1037 scope_t scope [ PAGE_SIZE / sizeof (scope_t) ];
1464 static scope_t *allocate_scope (void);
1465 static void free_scope (scope_t *ptr);
1600 register scope_t *pscope; in add_ecoff_symbol()
1695 if (pscope == (scope_t *) NULL) in add_ecoff_symbol()
4679 while (cur_file_ptr->cur_scope != (scope_t *) NULL in ecoff_build_debug()
[all …]