Home
last modified time | relevance | path

Searched refs:Fuzzer (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp42 thread_local bool Fuzzer::IsMyThread;
49 static Fuzzer *F;
141 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, in Fuzzer() function in fuzzer::Fuzzer
168 Fuzzer::~Fuzzer() {} in ~Fuzzer()
197 void Fuzzer::DeathCallback() { in DeathCallback()
233 void Fuzzer::CrashCallback() { in CrashCallback()
247 void Fuzzer::ExitCallback() { in ExitCallback()
275 void Fuzzer::AlarmCallback() { in AlarmCallback()
308 void Fuzzer::RssLimitCallback() { in RssLimitCallback()
355 void Fuzzer::PrintFinalStats() { in PrintFinalStats()
[all …]
H A DFuzzerUtilWindows.cpp39 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler()
44 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler()
49 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler()
61 Fuzzer::StaticCrashSignalCallback(); in ExceptionHandler()
72 Fuzzer::StaticInterruptCallback(); in CtrlHandler()
76 Fuzzer::StaticInterruptCallback(); in CtrlHandler()
83 Fuzzer::StaticAlarmCallback(); in AlarmHandler()
113 static void CrashHandler(int) { Fuzzer::StaticCrashSignalCallback(); } in CrashHandler()
H A DFuzzerUtilPosix.cpp32 Fuzzer::StaticAlarmCallback(); in AlarmHandler()
36 Fuzzer::StaticCrashSignalCallback(); in CrashHandler()
40 Fuzzer::StaticInterruptCallback(); in InterruptHandler()
44 Fuzzer::StaticGracefulExitCallback(); in GracefulExitHandler()
48 Fuzzer::StaticFileSizeExceedCallback(); in FileSizeExceedHandler()
H A DFuzzerInternal.h33 class Fuzzer {
36 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
38 ~Fuzzer();
H A DFuzzerDriver.cpp261 static void RssThread(Fuzzer *F, size_t RssLimitMb) { in RssThread()
270 static void StartRssThread(Fuzzer *F, size_t RssLimitMb) { in StartRssThread()
276 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { in RunOneTest()
450 int MinimizeCrashInputInternalStep(Fuzzer *F, InputCorpus *Corpus) { in MinimizeCrashInputInternalStep()
467 int AnalyzeDictionary(Fuzzer *F, const Vector<Unit>& Dict, in AnalyzeDictionary()
641 auto *F = new Fuzzer(Callback, *Corpus, *MD, Options); in FuzzerDriver()
661 std::atexit(Fuzzer::StaticExitCallback); in FuzzerDriver()
H A DFuzzerUtilFuchsia.cpp68 Fuzzer::StaticAlarmCallback(); in AlarmHandler()
80 Fuzzer::StaticInterruptCallback(); in InterruptHandler()
168 Fuzzer::StaticCrashSignalCallback(); in StaticCrashHandler()
H A DFuzzerMerge.cpp209 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath) { in CrashResistantMergeInternalStep()
279 void Fuzzer::CrashResistantMerge(const Vector<std::string> &Args, in CrashResistantMerge()
/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A DMakefile101 @$(RM) -rf Fuzzer
102 @git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
103 @cd Fuzzer && ./build.sh
126 @$(RM) -r Fuzzer
H A DREADME.md57 ./fuzz.py build all --enable-coverage --enable-asan --enable-ubsan --lib-fuzzing-engine Fuzzer/libF…
59 CC=clang CXX=clang++ LIB_FUZZING_ENGINE=Fuzzer/libFuzzer.a ./fuzz.py build all --enable-coverage --…
/freebsd-12.1/sys/contrib/zstd/
H A DTESTING.md23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c`
26 - Fuzzer tests (see above) on ARM, AArch64, PowerPC, and PowerPC64
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DSanitizerArgs.h64 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp243 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DFuchsia.cpp286 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DFreeBSD.cpp429 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DNetBSD.cpp460 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DLinux.cpp1001 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DMSVC.cpp1321 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
H A DDarwin.cpp2361 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def60 SANITIZER("fuzzer", Fuzzer)
/freebsd-12.1/sys/contrib/zstd/tests/
H A DREADME.md12 - `zstreamtest` : Fuzzer test tool for zstd streaming API
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DSanitizerArgs.cpp38 ImplicitConversion | Nullability | DataFlow | Fuzzer |
349 if (Add & Fuzzer) in SanitizerArgs()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt264 # lib/Fuzzer
/freebsd-12.1/contrib/llvm/
H A DFREEBSD-Xlist81 lib/Fuzzer/
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp894 if (SanOpts.hasOneOf(SanitizerKind::Fuzzer | SanitizerKind::FuzzerNoLink)) in StartFunction()
/freebsd-12.1/crypto/openssh/
H A DChangeLog4960 Fuzzer harnesses for sig verify and pubkey parsing