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

  /src/external/gpl3/gdb/dist/sim/ppc/
main.c 89 switch (CURRENT_STDIO) {
112 switch (CURRENT_STDIO) {
135 switch (CURRENT_STDIO) {
205 switch (CURRENT_STDIO) {
sim_calls.c 295 switch (CURRENT_STDIO) {
313 switch (CURRENT_STDIO) {
331 switch (CURRENT_STDIO) {
366 switch (CURRENT_STDIO) {
std-config.h 267 extern int current_stdio;
268 #define CURRENT_STDIO (WITH_STDIO \
270 : current_stdio)
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/
main.c 89 switch (CURRENT_STDIO) {
112 switch (CURRENT_STDIO) {
135 switch (CURRENT_STDIO) {
205 switch (CURRENT_STDIO) {
sim_calls.c 295 switch (CURRENT_STDIO) {
313 switch (CURRENT_STDIO) {
331 switch (CURRENT_STDIO) {
366 switch (CURRENT_STDIO) {
std-config.h 267 extern int current_stdio;
268 #define CURRENT_STDIO (WITH_STDIO \
270 : current_stdio)
psim.c 71 int current_stdio = DO_USE_STDIO; variable
497 current_stdio
501 if (CURRENT_STDIO != current_stdio)
  /src/external/gpl3/gdb/dist/sim/common/
sim-io.c 101 switch (CURRENT_STDIO) {
119 switch (CURRENT_STDIO) {
137 switch (CURRENT_STDIO) {
155 switch (CURRENT_STDIO) {
183 switch (CURRENT_STDIO) {
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...]
sim-config.h 264 extern int current_stdio;
265 #define CURRENT_STDIO (WITH_STDIO \
267 : current_stdio)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-io.c 101 switch (CURRENT_STDIO) {
119 switch (CURRENT_STDIO) {
137 switch (CURRENT_STDIO) {
155 switch (CURRENT_STDIO) {
183 switch (CURRENT_STDIO) {
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...]
sim-config.h 264 extern int current_stdio;
265 #define CURRENT_STDIO (WITH_STDIO \
267 : current_stdio)

Completed in 31 milliseconds