Searched refs:prlimit64 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 848 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit, in INTERCEPTOR() argument 851 return REAL(prlimit64)(pid, resource, new_rlimit, old_rlimit); in INTERCEPTOR() 854 int res = REAL(prlimit64)(pid, resource, new_rlimit, old_rlimit); in INTERCEPTOR() 862 #define MSAN_MAYBE_INTERCEPT_PRLIMIT64 INTERCEPT_FUNCTION(prlimit64)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 2237 PRE_SYSCALL(prlimit64) 2243 POST_SYSCALL(prlimit64)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2526 fun:prlimit64=uninstrumented
|