Lines Matching refs:If

13 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.")
17 "If 0, libFuzzer tries to guess a good value based on the corpus "
21 "limit is increased (smaller == faster). If 0, immediately try inputs with "
26 FUZZER_FLAG_INT(keep_seed, 0, "If 1, keep seed inputs in the corpus even if "
30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
31 FUZZER_FLAG_INT(cross_over_uniform_dist, 0, "Experimental. If 1, use a "
47 "If 1, always prefer smaller inputs during the corpus shuffle.")
51 "If one unit runs more than this number of seconds the process will abort.")
56 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
68 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
71 FUZZER_FLAG_INT(set_cover_merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
80 "If a merge process gets killed it tries to leave this file "
84 FUZZER_FLAG_INT(minimize_crash, 0, "If 1, minimizes the provided"
91 FUZZER_FLAG_INT(cleanse_crash, 0, "If 1, tries to cleanse the provided"
114 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
119 " If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.")
122 " discovered by other processes. If 0, disabled")
126 "If 1, generate only ASCII (isprint+isspace) inputs.")
136 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
137 FUZZER_FLAG_INT(print_funcs, 2, "If >=1, print out at most this number of "
139 FUZZER_FLAG_INT(print_final_stats, 0, "If 1, print statistics at exit.")
141 "If 1, print statistics on corpus elements at exit.")
142 FUZZER_FLAG_INT(print_coverage, 0, "If 1, print coverage information as text"
144 FUZZER_FLAG_INT(print_full_coverage, 0, "If 1, print full coverage information "
147 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.")
148 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.")
149 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.")
150 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.")
151 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.")
152 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.")
153 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
154 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.")
155 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.")
156 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR2.")
157 FUZZER_FLAG_INT(handle_winexcept, 1, "If 1, try to intercept uncaught Windows "
159 FUZZER_FLAG_INT(close_fd_mask, 0, "If 1, close stdout at startup; "
162 FUZZER_FLAG_INT(detect_leaks, 1, "If 1, and if LeakSanitizer is enabled "
168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
169 "If >= 2 will also print stack traces.")
170 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon "
172 FUZZER_FLAG_INT(malloc_limit_mb, 0, "If non-zero, the fuzzer will exit "
174 "If zero (default) same limit as rss_limit_mb is applied.")
181 FUZZER_FLAG_INT(ignore_remaining_args, 0, "If 1, ignore all arguments passed "
186 "If -focus_function=auto and -data_flow_trace is used, libFuzzer "
190 FUZZER_FLAG_INT(entropic_feature_frequency_threshold, 0xFF, "Experimental. If "
193 FUZZER_FLAG_INT(entropic_number_of_rarest_features, 100, "Experimental. If "
197 FUZZER_FLAG_INT(entropic_scale_per_exec_time, 0, "Experimental. If 1, "