Searched refs:__asan_set_seh_filter (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dynamic_runtime_thunk.cc25 __declspec(dllimport) int __asan_set_seh_filter();
44 // Unfortunately, putting a pointer to __asan_set_seh_filter into
46 static int SetSEHFilter() { return __asan_set_seh_filter(); }
H A Dasan_win.cc125 // __asan_set_seh_filter in the last section for C initializers.
128 // asan_dynamic_runtime_thunk.lib to all the modules, thus __asan_set_seh_filter
130 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
132 int __asan_set_seh_filter() { function in namespace:__asan
142 // Put a pointer to __asan_set_seh_filter at the end of the global list
146 int (*__intercept_seh)() = __asan_set_seh_filter;

Completed in 29 milliseconds