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