Searched refs:TARGET_ERRNO_EFAULT (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/semihost/machine/arc/ | ||
D | arc_errno.c | 57 case TARGET_ERRNO_EFAULT: errno = EFAULT; break; in arc_semihost_errno() |
D | arc_semihost.h | 74 TARGET_ERRNO_EFAULT = 14, /* Bad address */ enumerator |