Searched refs:GDB_O_WRONLY (Results 1 – 3 of 3) sorted by relevance
93 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,94 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,97 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_APPEND,98 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_APPEND,
271 if (gdb_flags & GDB_O_WRONLY) { in host_open()
14 #define GDB_O_WRONLY 1 macro