Home
last modified time | relevance | path

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

/picolibc-latest/semihost/machine/arc/
Darc_errno.c57 case TARGET_ERRNO_EFAULT: errno = EFAULT; break; in arc_semihost_errno()
Darc_semihost.h74 TARGET_ERRNO_EFAULT = 14, /* Bad address */ enumerator