Searched refs:TARGET_ERRNO_ESPIPE (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/semihost/machine/arc/ | ||
D | arc_errno.c | 72 case TARGET_ERRNO_ESPIPE: errno = ESPIPE; break; in arc_semihost_errno() |
D | arc_semihost.h | 89 TARGET_ERRNO_ESPIPE = 29, /* Illegal seek */ enumerator |