Lines Matching refs:If
14 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.")
18 "If 0, libFuzzer tries to guess a good value based on the corpus "
20 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
25 "If 1, always prefer smaller inputs during the corpus shuffle.")
29 "If one unit runs more than this number of seconds the process will abort.")
34 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
37 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
41 FUZZER_FLAG_INT(minimize_crash, 0, "If 1, minimizes the provided"
55 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
60 " If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.")
63 " discovered by other processes. If 0, disabled")
67 "If 1, generate only ASCII (isprint+isspace) inputs.")
78 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
79 FUZZER_FLAG_INT(print_final_stats, 0, "If 1, print statistics at exit.")
81 "If 1, print statistics on corpus elements at exit.")
82 FUZZER_FLAG_INT(print_coverage, 0, "If 1, print coverage information at exit."
84 FUZZER_FLAG_INT(dump_coverage, 0, "If 1, dump coverage information at exit."
86 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.")
87 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGSEGV.")
88 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.")
89 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.")
90 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.")
91 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.")
92 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
93 FUZZER_FLAG_INT(close_fd_mask, 0, "If 1, close stdout at startup; "
96 FUZZER_FLAG_INT(detect_leaks, 1, "If 1, and if LeakSanitizer is enabled "
98 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
99 "If >= 2 will also print stack traces.")
100 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon"