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

  /src/external/gpl3/gdb/dist/sim/common/
sim-config.c 32 int current_stdio; variable
192 if (current_stdio == 0)
193 current_stdio = WITH_STDIO;
194 if (current_stdio == 0)
195 current_stdio = DO_USE_STDIO;
198 if (CURRENT_STDIO == 0)
203 if (CURRENT_STDIO != current_stdio)
206 config_stdio_to_a (CURRENT_STDIO),
207 config_stdio_to_a (current_stdio));
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.c 32 int current_stdio; variable
192 if (current_stdio == 0)
193 current_stdio = WITH_STDIO;
194 if (current_stdio == 0)
195 current_stdio = DO_USE_STDIO;
198 if (CURRENT_STDIO == 0)
203 if (CURRENT_STDIO != current_stdio)
206 config_stdio_to_a (CURRENT_STDIO),
207 config_stdio_to_a (current_stdio));
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
psim.c 71 int current_stdio = DO_USE_STDIO; variable
497 current_stdio
501 if (CURRENT_STDIO != current_stdio)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
psim.c 71 int current_stdio = DO_USE_STDIO; variable
497 current_stdio
501 if (CURRENT_STDIO != current_stdio)

Completed in 24 milliseconds