Searched refs:getrlimit64 (Results 1 – 2 of 2) sorted by relevance
916 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() argument917 if (msan_init_is_running) return REAL(getrlimit64)(resource, rlim); in INTERCEPTOR()919 int res = REAL(getrlimit64)(resource, rlim); in INTERCEPTOR()947 #define MSAN_MAYBE_INTERCEPT_GETRLIMIT64 INTERCEPT_FUNCTION(getrlimit64)
1935 fun:getrlimit64=uninstrumented