HomeSort by relevance Sort by last modified time
    Searched refs:allow_user_segv_handler (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_flags.h 71 bool allow_user_segv_handler; member in struct:__asan::Flags
asan_rtl.cc 111 ParseFlag(str, &f->allow_user_segv_handler, "allow_user_segv_handler");
159 f->allow_user_segv_handler = false;
asan_interceptors.cc 170 if (!AsanInterceptsSignal(signum) || flags()->allow_user_segv_handler) {
178 if (!AsanInterceptsSignal(signum) || flags()->allow_user_segv_handler) {

Completed in 258 milliseconds