Home
last modified time | relevance | path

Searched refs:GDB_O_RDWR (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c91 GDB_O_RDWR,
92 GDB_O_RDWR,
95 GDB_O_RDWR | GDB_O_CREAT | GDB_O_TRUNC,
96 GDB_O_RDWR | GDB_O_CREAT | GDB_O_TRUNC,
99 GDB_O_RDWR | GDB_O_CREAT | GDB_O_APPEND,
100 GDB_O_RDWR | GDB_O_CREAT | GDB_O_APPEND,
H A Dsyscalls.c273 } else if (gdb_flags & GDB_O_RDWR) { in host_open()
/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h15 #define GDB_O_RDWR 2 macro