Home
last modified time | relevance | path

Searched refs:GDB_SEEK_CUR (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h45 #define GDB_SEEK_CUR 1 macro
/openbmc/qemu/semihosting/
H A Dsyscalls.c358 QEMU_BUILD_BUG_ON(GDB_SEEK_CUR != SEEK_CUR); in host_lseek()
577 case GDB_SEEK_CUR: in staticfile_lseek()