Searched defs:GDB_O_WRONLY (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Darm-semi.c66 #define GDB_O_WRONLY 0x001 macro
78 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,
79 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC | GDB_O_BINARY,
82 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_APPEND,
83 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_APPEND | GDB_O_BINARY,

Completed in 62 milliseconds