Home
last modified time | relevance | path

Searched refs:mprobe (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dmprobe.cpp12 extern "C" int mprobe(void *ptr);
17 int res = mprobe(p); in check_heap()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp215 INTERCEPTOR(int, mprobe, void *ptr) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2307 fun:mprobe=uninstrumented
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7244 INTERCEPTOR(int, mprobe, void *ptr) {