Home
last modified time | relevance | path

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

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c93 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,
94 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,
95 GDB_O_RDWR | GDB_O_CREAT | GDB_O_TRUNC,
96 GDB_O_RDWR | GDB_O_CREAT | GDB_O_TRUNC,
H A Dsyscalls.c281 if (gdb_flags & GDB_O_TRUNC) { in host_open()
/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h18 #define GDB_O_TRUNC 0x400 macro