HomeSort by: relevance | last modified time | path
    Searched refs:scope_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.c 84 static void dump_scope(scope_t *scope);
85 static void emit_patch(scope_t *scope, int patch);
128 scope_t *sentinal;
467 dump_scope(scope_t *scope)
469 scope_t *cur_scope;
495 emit_patch(scope_t *scope, int patch)
764 scope_t *
767 scope_t *new_scope;
769 new_scope = (scope_t *)malloc(sizeof(scope_t));
    [all...]
aicasm_symbol.h 180 } scope_t; typedef in typeref:struct:scope
aicasm_gram.y 1058 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;
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 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
833 } scope_t; typedef in typeref:struct:scope
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 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;
4795 static scope_t *
4798 scope_t *ptr
833 } scope_t; typedef in typeref:struct:scope
    [all...]

Completed in 45 milliseconds