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 56 bool allow_reexec; member in struct:__asan::Flags
asan_rtl.cc 181 ParseFlag(str, &f->allow_reexec, "allow_reexec",
268 f->allow_reexec = true;
asan_mac.cc 105 if (!flags()->allow_reexec) return;
143 VReport(1, "Set ASAN_OPTIONS=allow_reexec=0 to disable this.\n");

Completed in 53 milliseconds