Searched refs:getrlimit64 (Results 1 – 6 of 6) sorted by relevance
20 if (getrlimit64(RLIMIT_NOFILE, &oldrlim) < 0) in main()65 if (getrlimit64(RLIMIT_NOFILE, &newrlim) < 0) in main()
172 Syscall param getrlimit64(resource) contains uninitialised byte(s)175 Syscall param getrlimit64(rlim) contains uninitialised byte(s)178 Syscall param getrlimit64(rlim) points to unaddressable byte(s)
876 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() argument878 return REAL(getrlimit64)(resource, rlim); in INTERCEPTOR()880 int res = REAL(getrlimit64)(resource, rlim); in INTERCEPTOR()885 #define MSAN_MAYBE_INTERCEPT_GETRLIMIT64 INTERCEPT_FUNCTION(getrlimit64)
1344 getrlimit64;
1929 fun:getrlimit64=uninstrumented
922 PUBLIC d3520 0 getrlimit64