Searched refs:__errno_location (Results 1 – 6 of 6) sorted by relevance
5 declare void @__errno_location()138 invoke void @__errno_location( )
48 extern "C" int *__errno_location(void);858 *__errno_location() = errno_EINVAL; in INTERCEPTOR()875 *__errno_location() = errno_EINVAL; in INTERCEPTOR()1224 __msan_unpoison(__errno_location(), sizeof(int)); /* NOLINT */ \
71 fun:__errno_location=discard
675 fun:__errno_location=uninstrumented
83 addr __errno_location(); function
59 extern "C" int *__errno_location();94 #define errno (*__errno_location())