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

  /src/external/cddl/dtracetoolkit/dist/Bin/
dtruss 70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
89 s) opt_stack=-1 ;;
166 inline int OPT_stack = '$opt_stack';
263 OPT_stack ? ustack() : 1;
264 OPT_stack ? trace("\n") : 1;
295 OPT_stack ? ustack() : 1;
296 OPT_stack ? trace("\n") : 1;
325 OPT_stack ? ustack() : 1;
326 OPT_stack ? trace("\n") : 1
    [all...]
  /src/external/cddl/dtracetoolkit/dist/
dtruss 70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
89 s) opt_stack=-1 ;;
166 inline int OPT_stack = '$opt_stack';
263 OPT_stack ? ustack() : 1;
264 OPT_stack ? trace("\n") : 1;
295 OPT_stack ? ustack() : 1;
296 OPT_stack ? trace("\n") : 1;
325 OPT_stack ? ustack() : 1;
326 OPT_stack ? trace("\n") : 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 1045 struct GTY(()) opt_stack {
1046 struct opt_stack *prev;
1054 static GTY(()) struct opt_stack * options_stack;
1072 opt_stack *p = ggc_alloc<opt_stack> ();
1100 opt_stack *p;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.cc 1188 struct GTY(()) opt_stack {
1189 struct opt_stack *prev;
1197 static GTY(()) struct opt_stack * options_stack;
1215 opt_stack *p = ggc_alloc<opt_stack> ();
1243 opt_stack *p;

Completed in 21 milliseconds