Home
last modified time | relevance | path

Searched refs:cxa_at_exit_wrapper (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc380 static void cxa_at_exit_wrapper(void *arg) { in cxa_at_exit_wrapper() function
431 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso); in setup_at_exit_wrapper()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp386 static void cxa_at_exit_wrapper(void *arg) { in cxa_at_exit_wrapper() function
440 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso); in setup_at_exit_wrapper()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc395 static void cxa_at_exit_wrapper(void *arg) { in cxa_at_exit_wrapper() function
446 res = REAL(__cxa_atexit)(cxa_at_exit_wrapper, ctx, dso); in setup_at_exit_wrapper()