Home
last modified time | relevance | path

Searched refs:write_to_testcase (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-cmplog.c55 u32 tmp_len = write_to_testcase(afl, (void **)&out_buf, len, 0); in common_fuzz_cmplog_stuff()
63 len = write_to_testcase(afl, (void **)&out_buf, len, 1); in common_fuzz_cmplog_stuff()
H A Dafl-fuzz-run.c94 write_to_testcase(afl_state_t *afl, void **mem, u32 len, u32 fix) { in write_to_testcase() function
460 (void)write_to_testcase(afl, (void **)&use_mem, q->len, 1); in calibrate_case()
503 (void)write_to_testcase(afl, (void **)&use_mem, q->len, 1); in calibrate_case()
814 (void)write_to_testcase(afl, (void **)&mem, st.st_size, 1); in sync_fuzzers()
1057 if (unlikely(len = write_to_testcase(afl, (void **)&out_buf, len, 0)) == 0) { in common_fuzz_stuff()
H A Dafl-fuzz-bitmap.c698 u32 tmp_len = write_to_testcase(afl, &mem, len, 0); in save_if_interesting()
706 len = write_to_testcase(afl, &mem, len, 1); in save_if_interesting()
H A Dafl-fuzz-mutators.c534 retlen = write_to_testcase(afl, (void **)&retbuf, retlen, 0); in trim_case_custom()
H A Dafl-showmap.c147 u32 write_to_testcase(afl_state_t *afl, void **mem, u32 a, u32 b) { in write_to_testcase() function
H A Dafl-fuzz-init.c632 u32 len = write_to_testcase(afl, (void **)&mem, st.st_size, 1);
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h1224 u32 write_to_testcase(afl_state_t *, void **, u32, u32);