| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 42 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 D | FuzzerUtilWindows.cpp | 39 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 D | FuzzerUtilPosix.cpp | 32 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 D | FuzzerInternal.h | 33 class Fuzzer { 36 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, 38 ~Fuzzer();
|
| H A D | FuzzerDriver.cpp | 261 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 D | FuzzerUtilFuchsia.cpp | 68 Fuzzer::StaticAlarmCallback(); in AlarmHandler() 80 Fuzzer::StaticInterruptCallback(); in InterruptHandler() 168 Fuzzer::StaticCrashSignalCallback(); in StaticCrashHandler()
|
| H A D | FuzzerMerge.cpp | 209 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 D | Makefile | 101 @$(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 D | README.md | 57 ./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 D | TESTING.md | 23 - 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 D | SanitizerArgs.h | 64 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | OpenBSD.cpp | 243 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Fuchsia.cpp | 286 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | FreeBSD.cpp | 429 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | NetBSD.cpp | 460 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Linux.cpp | 1001 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | MSVC.cpp | 1321 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| H A D | Darwin.cpp | 2361 Res |= SanitizerKind::Fuzzer; in getSupportedSanitizers()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 60 SANITIZER("fuzzer", Fuzzer)
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | README.md | 12 - `zstreamtest` : Fuzzer test tool for zstd streaming API
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 38 ImplicitConversion | Nullability | DataFlow | Fuzzer | 349 if (Add & Fuzzer) in SanitizerArgs()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 264 # lib/Fuzzer
|
| /freebsd-12.1/contrib/llvm/ |
| H A D | FREEBSD-Xlist | 81 lib/Fuzzer/
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 894 if (SanOpts.hasOneOf(SanitizerKind::Fuzzer | SanitizerKind::FuzzerNoLink)) in StartFunction()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ChangeLog | 4960 Fuzzer harnesses for sig verify and pubkey parsing
|