Searched refs:TARGET_ERRNO_EIO (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/semihost/machine/arc/ | ||
D | arc_errno.c | 48 case TARGET_ERRNO_EIO: errno = EIO; break; in arc_semihost_errno() |
D | arc_semihost.h | 65 TARGET_ERRNO_EIO = 5, /* I/O error */ enumerator |