Searched refs:shmem_fuzz_len (Results 1 – 6 of 6) sorted by relevance
246 *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()
1325 *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()
128 fsrv->shmem_fuzz_len = NULL; in deinit_shmem()1233 fsrv->shmem_fuzz_len = (u32 *)map; in main()
173 fsrv->shmem_fuzz_len = NULL; in deinit_shmem()1234 fsrv->shmem_fuzz_len = (u32 *)map; in main()
2571 afl->fsrv.shmem_fuzz_len = (u32 *)map;
142 u32 *shmem_fuzz_len; /* length of the fuzzing test case */ member