Home | History | Annotate | Download | only in rtl

Lines Matching refs:dso

284         ((void(*)(void *arg, void *dso))f)(arg, 0);
313 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) {
316 SCOPED_TSAN_INTERCEPTOR(__cxa_atexit, f, arg, dso);
317 if (dso)
318 return REAL(__cxa_atexit)(f, arg, dso);