Home | History | Annotate | Download | only in msan

Lines Matching refs:getrlimit

648 INTERCEPTOR(int, getrlimit, int resource, void *rlim) {
650 return REAL(getrlimit)(resource, rlim);
652 int res = REAL(getrlimit)(resource, rlim);
1242 INTERCEPT_FUNCTION(getrlimit);