Lines Matching +full:- +full:seed
10 * See the COPYING file in the top-level directory.
26 * with a unique @name that can be specified on the command-line to
29 * A target must implement ->fuzz() to process a random input. If QEMU
30 * crashes in ->fuzz() then libfuzzer will record a failure.
35 * .name = "my-device-fifo",
36 * .description = "Fuzz the FIFO buffer registers of my-device",
47 const char *name; /* target identifier (passed to --fuzz-target=)*/
59 * eg: set up shared-memory for communication with the child-process
65 * will run once, after QEMU has been initialized, prior to the fuzz-loop.
90 * seed: the seed that should be used to make mutations deterministic, when
100 unsigned int seed);
112 * makes a copy of *target and adds it to the target-list.
120 unsigned int seed);