Searched refs:setup_at_exit_wrapper (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1289 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso); 1295 return setup_at_exit_wrapper((void(*)())func, arg, dso_handle); in INTERCEPTOR() 1303 return setup_at_exit_wrapper((void(*)())func, 0, 0); in INTERCEPTOR() 1306 static int setup_at_exit_wrapper(void(*f)(), void *arg, void *dso) { in setup_at_exit_wrapper() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 442 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(), 452 return setup_at_exit_wrapper(thr, GET_CALLER_PC(), (void (*)())f, 0, 0); in TSAN_INTERCEPTOR() 460 return setup_at_exit_wrapper(thr, GET_CALLER_PC(), (void (*)())f, arg, dso); in TSAN_INTERCEPTOR() 463 static int setup_at_exit_wrapper(ThreadState *thr, uptr pc, void(*f)(), in setup_at_exit_wrapper() function
|