Searched refs:gdb_whence (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/semihosting/ |
H A D | syscalls.c | 167 GuestFD *gf, int64_t off, int gdb_whence) in gdb_lseek() argument 170 (uint32_t)gf->hostfd, off, (uint32_t)gdb_whence); in gdb_lseek() 569 GuestFD *gf, int64_t off, int gdb_whence) in staticfile_lseek() argument 573 switch (gdb_whence) { in staticfile_lseek() 803 int fd, int64_t off, int gdb_whence) in semihost_sys_lseek() argument 813 gdb_lseek(cs, complete, gf, off, gdb_whence); in semihost_sys_lseek() 816 host_lseek(cs, complete, gf, off, gdb_whence); in semihost_sys_lseek() 819 staticfile_lseek(cs, complete, gf, off, gdb_whence); in semihost_sys_lseek()
|
/openbmc/qemu/include/semihosting/ |
H A D | syscalls.h | 45 int fd, int64_t off, int gdb_whence);
|