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

  /external/compiler-rt/lib/asan/
asan_flags.h 91 bool allow_reexec; member in struct:__asan::Flags
asan_rtl.cc 120 ParseFlag(str, &f->allow_reexec, "allow_reexec");
168 f->allow_reexec = true;
asan_mac.cc 142 if (!flags()->allow_reexec) return;
181 Report("Set ASAN_OPTIONS=allow_reexec=0 to disable this.\n");

Completed in 30 milliseconds