Home
last modified time | relevance | path

Searched defs:__cxa_atexit (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp167 int __cxa_atexit(void (*f)(void *a), void *arg, void *dso) { return 0; } __cxa_atexit() function
/freebsd/lib/libc/stdlib/
H A Datexit.c177 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp719 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, argument
728 REAL(__cxa_atexit)(AtCxaAtexit, nullptr, nullptr); local
741 REAL(__cxa_atexit)(AtCxaAtexit, nullptr, nullptr); local
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp368 INTERCEPTOR(int,__cxa_atexit,void (* func)(void *),void * arg,void * dso_handle) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1292 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp456 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { in TSAN_INTERCEPTOR() argument