Home
last modified time | relevance | path

Searched refs:ErrorExitCode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp138 _Exit(Options.ErrorExitCode); // Stop right now. in HandleMalloc()
244 _Exit(Options.ErrorExitCode); // Stop right now. in CrashCallback()
258 _Exit(Options.ErrorExitCode); in ExitCallback()
320 _Exit(Options.ErrorExitCode); // Stop right now. in RssLimitCallback()
537 _Exit(Options.ErrorExitCode); // Stop right now. in CrashOnOverwrittenData()
670 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on. in TryDetectingAMemoryLeak()
884 _Exit(Options.ErrorExitCode); in AnnounceOutput()
H A DFuzzerOptions.h24 int ErrorExitCode = 77; member
H A DFuzzerDriver.cpp574 Options.ErrorExitCode = Flags.error_exitcode; in FuzzerDriver()