Searched refs:afl_custom_fuzz_count (Results 1 – 7 of 7) sorted by relevance
250 mutator->afl_custom_fuzz_count = dlsym(dh, "afl_custom_fuzz_count"); in load_custom_mutator()251 if (!mutator->afl_custom_fuzz_count) { in load_custom_mutator()
436 mutator->afl_custom_fuzz_count = fuzz_count_py; in load_custom_mutator_py()
1862 if (el->afl_custom_fuzz_count) { in fuzz_one_original()1864 afl->stage_max = el->afl_custom_fuzz_count(el->data, out_buf, len); in fuzz_one_original()1931 if (!el->afl_custom_fuzz_count) { in fuzz_one_original()
891 u32 (*afl_custom_fuzz_count)(void *data, const u8 *buf, size_t buf_size); member
50 unsigned int afl_custom_fuzz_count(void *data, const unsigned char *buf, size_t buf_size);
661 - added afl_custom_fuzz_count/fuzz_count function to allow specifying