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

  /src/external/gpl3/gdb.old/dist/sim/arm/
armos.c 186 #define TARGET_O_RDONLY 0x0
193 TARGET_O_RDONLY, /* "r" */
194 TARGET_O_RDONLY + TARGET_O_BINARY, /* "rb" */
274 if (flags == TARGET_O_RDONLY) /* opening tty "r" */
  /src/external/gpl3/gdb.old/dist/sim/cris/
traps.c 702 #define TARGET_O_RDONLY 0x0
710 { "O_RDONLY", O_RDONLY, TARGET_O_RDONLY },
1522 retval = TARGET_O_RDONLY;
  /src/external/gpl3/gdb/dist/sim/cris/
traps.c 702 #define TARGET_O_RDONLY 0x0
710 { "O_RDONLY", O_RDONLY, TARGET_O_RDONLY },
1522 retval = TARGET_O_RDONLY;

Completed in 18 milliseconds