OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_reexec
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
93
bool
allow_reexec
;
member in struct:__asan::Flags
asan_rtl.cc
122
ParseFlag(str, &f->
allow_reexec
, "
allow_reexec
");
164
f->
allow_reexec
= true;
asan_mac.cc
126
if (!flags()->
allow_reexec
) return;
165
Report("Set ASAN_OPTIONS=
allow_reexec
=0 to disable this.\n");
Completed in 56 milliseconds