Home
last modified time | relevance | path

Searched refs:shmem_fuzz_len (Results 1 – 6 of 6) sorted by relevance

/external/AFLplusplus/src/
Dafl-fuzz-run.c246 *afl->fsrv.shmem_fuzz_len = new_size; in write_with_gap()
253 hash64(afl->fsrv.shmem_fuzz, *afl->fsrv.shmem_fuzz_len, HASH_CONST), in write_with_gap()
254 *afl->fsrv.shmem_fuzz_len); in write_with_gap()
256 for (u32 i = 0; i < *afl->fsrv.shmem_fuzz_len; i++) in write_with_gap()
259 for (u32 i = 0; i < *afl->fsrv.shmem_fuzz_len; i++) in write_with_gap()
Dafl-forkserver.c1325 *fsrv->shmem_fuzz_len = len; in afl_fsrv_write_to_testcase()
1331 hash64(fsrv->shmem_fuzz, *fsrv->shmem_fuzz_len, HASH_CONST), in afl_fsrv_write_to_testcase()
1332 *fsrv->shmem_fuzz_len); in afl_fsrv_write_to_testcase()
1334 for (u32 i = 0; i < *fsrv->shmem_fuzz_len; i++) in afl_fsrv_write_to_testcase()
1337 for (u32 i = 0; i < *fsrv->shmem_fuzz_len; i++) in afl_fsrv_write_to_testcase()
Dafl-tmin.c128 fsrv->shmem_fuzz_len = NULL; in deinit_shmem()
1233 fsrv->shmem_fuzz_len = (u32 *)map; in main()
Dafl-showmap.c173 fsrv->shmem_fuzz_len = NULL; in deinit_shmem()
1234 fsrv->shmem_fuzz_len = (u32 *)map; in main()
Dafl-fuzz-init.c2571 afl->fsrv.shmem_fuzz_len = (u32 *)map;
/external/AFLplusplus/include/
Dforkserver.h142 u32 *shmem_fuzz_len; /* length of the fuzzing test case */ member