Home | History | Annotate | Download | only in msan

Lines Matching full:dso_handle

1308             void *dso_handle) {
1309 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle);
1315 return REAL(__cxa_atexit)(MSanAtExitWrapper, r, dso_handle);