HomeSort by: relevance | last modified time | path
    Searched defs:tracefh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 148 FILE *tracefh = NULL; variable
820 tracefh = fopen(tracefile,"wb+");
821 if (tracefh == NULL)
824 tracefh = stderr;
840 if (tracefh != NULL && tracefh != stderr)
841 fclose(tracefh);
842 tracefh = NULL;
1726 FILE *tracefh,
1734 fprintf(tracefh,"%d %s ; width %d ; "
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 148 FILE *tracefh = NULL; variable
820 tracefh = fopen(tracefile,"wb+");
821 if (tracefh == NULL)
824 tracefh = stderr;
840 if (tracefh != NULL && tracefh != stderr)
841 fclose(tracefh);
842 tracefh = NULL;
1726 FILE *tracefh,
1734 fprintf(tracefh,"%d %s ; width %d ; "
    [all...]

Completed in 20 milliseconds