Searched refs:allow_reexec (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_flags.h56 bool allow_reexec; member in struct:__asan::Flags
H A Dasan_rtl.cc181 ParseFlag(str, &f->allow_reexec, "allow_reexec",
268 f->allow_reexec = true;
H A Dasan_mac.cc105 if (!flags()->allow_reexec) return;
143 VReport(1, "Set ASAN_OPTIONS=allow_reexec=0 to disable this.\n");

Completed in 126 milliseconds