Home
last modified time | relevance | path

Searched refs:afl_custom_mutator_library (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-mutators.c77 u8 *fn = afl->afl_env.afl_custom_mutator_library; in setup_custom_mutators()
H A Dafl-fuzz-state.c444 afl->afl_env.afl_custom_mutator_library = in read_afl_environment()
H A Dafl-fuzz-stats.c1248 if (unlikely(afl->afl_env.afl_custom_mutator_library)) {
2095 if (unlikely(afl->afl_env.afl_custom_mutator_library)) {
H A Dafl-showmap.c1615 afl->afl_env.afl_custom_mutator_library = in main()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h453 u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, member