Searched defs:__cxa_atexit (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_symbolize.cpp | 167 int __cxa_atexit(void (*f)(void *a), void *arg, void *dso) { return 0; } __cxa_atexit() function
|
| /freebsd/lib/libc/stdlib/ |
| H A D | atexit.c | 177 __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 719 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 D | lsan_interceptors.cpp | 368 INTERCEPTOR(int,__cxa_atexit,void (* func)(void *),void * arg,void * dso_handle) INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1292 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 456 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { in TSAN_INTERCEPTOR() argument
|