Searched refs:__TARGET_ERRNO__START (Results 1 – 2 of 2) sorted by relevance
33 __TARGET_ERRNO__START = -10000, enumerator 36 TARGET_ERRNO__PID_OVERRIDE_CPU = __TARGET_ERRNO__START,
124 if (errnum < __TARGET_ERRNO__START || errnum >= __TARGET_ERRNO__END) in target__strerror() 127 idx = errnum - __TARGET_ERRNO__START; in target__strerror()