| /freebsd-13.1/lib/libclang_rt/fuzzer/ |
| H A D | Makefile | 5 LIB= clang_rt.fuzzer-${CRTARCH} 7 SRCS+= fuzzer/FuzzerCrossOver.cpp 9 SRCS+= fuzzer/FuzzerDriver.cpp 13 SRCS+= fuzzer/FuzzerFork.cpp 14 SRCS+= fuzzer/FuzzerIO.cpp 16 SRCS+= fuzzer/FuzzerLoop.cpp 17 SRCS+= fuzzer/FuzzerMain.cpp 18 SRCS+= fuzzer/FuzzerMerge.cpp 19 SRCS+= fuzzer/FuzzerMutate.cpp 20 SRCS+= fuzzer/FuzzerSHA1.cpp [all …]
|
| /freebsd-13.1/lib/libclang_rt/fuzzer_no_main/ |
| H A D | Makefile | 7 SRCS+= fuzzer/FuzzerCrossOver.cpp 9 SRCS+= fuzzer/FuzzerDriver.cpp 13 SRCS+= fuzzer/FuzzerFork.cpp 14 SRCS+= fuzzer/FuzzerIO.cpp 15 SRCS+= fuzzer/FuzzerIOPosix.cpp 16 SRCS+= fuzzer/FuzzerLoop.cpp 17 SRCS+= fuzzer/FuzzerMerge.cpp 18 SRCS+= fuzzer/FuzzerMutate.cpp 19 SRCS+= fuzzer/FuzzerSHA1.cpp 20 SRCS+= fuzzer/FuzzerTracePC.cpp [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.cpp | 30 namespace fuzzer { namespace 483 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp8() 494 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp8() 502 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp4() 510 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp4() 518 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp2() 526 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp2() 534 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_cmp1() 542 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2); in __sanitizer_cov_trace_const_cmp1() 619 if (!fuzzer::RunningUserCallback) return; in __sanitizer_weak_hook_memcmp() [all …]
|
| H A D | FuzzerExtFunctionsDlsym.cpp | 20 using namespace fuzzer; 38 namespace fuzzer { namespace
|
| H A D | FuzzerExtFunctionsWeak.cpp | 31 using namespace fuzzer; 39 namespace fuzzer { namespace
|
| H A D | FuzzerExtraCounters.cpp | 19 namespace fuzzer { namespace 36 namespace fuzzer { namespace
|
| H A D | FuzzerExtFunctionsWindows.cpp | 18 using namespace fuzzer; 69 namespace fuzzer { namespace
|
| H A D | FuzzerMain.cpp | 20 return fuzzer::FuzzerDriver(&argc, &argv, LLVMFuzzerTestOneInput); in main()
|
| H A D | FuzzerExtFunctions.h | 17 namespace fuzzer {
|
| H A D | FuzzerFork.h | 18 namespace fuzzer {
|
| H A D | FuzzerSHA1.h | 18 namespace fuzzer {
|
| H A D | FuzzerUtilLinux.cpp | 21 namespace fuzzer { namespace
|
| H A D | FuzzerBuiltins.h | 21 namespace fuzzer {
|
| H A D | FuzzerBuiltinsMsvc.h | 26 namespace fuzzer {
|
| H A D | FuzzerCrossOver.cpp | 16 namespace fuzzer { namespace
|
| H A D | FuzzerMerge.h | 50 namespace fuzzer {
|
| H A D | FuzzerOptions.h | 15 namespace fuzzer {
|
| H A D | FuzzerValueBitMap.h | 17 namespace fuzzer {
|
| H A D | FuzzerRandom.h | 16 namespace fuzzer {
|
| H A D | FuzzerDefs.h | 24 namespace fuzzer {
|
| H A D | FuzzerFlags.def | 57 "time in seconds to run the fuzzer.") 161 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon" 163 FUZZER_FLAG_INT(malloc_limit_mb, 0, "If non-zero, the fuzzer will exit " 191 "Note that, if 1, fuzzer stops from being deterministic even if a "
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | TESTING.md | 23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c` 25 - Valgrind Test (`make -C tests valgrindTest`) (testing CLI and fuzzer under valgrind) 38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
|
| H A D | appveyor.yml | 114 …COPY build\VS2008\bin\%PLATFORM%\%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2008_%PLATFORM%_%CONFIG… 124 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2010_%PLATFORM%_%CONFIG… 134 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2012_%PLATFORM%_%CONFIG… 144 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2013_%PLATFORM%_%CONFIG… 154 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2015_%PLATFORM%_%CONFIG… 281 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2015_%PLATFORM%_%CONFIG…
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 103 clang/tools/clang-format/fuzzer/ 106 clang/tools/clang-fuzzer/ 172 compiler-rt/lib/fuzzer/afl/ 173 compiler-rt/lib/fuzzer/build.sh 174 compiler-rt/lib/fuzzer/dataflow/ 175 compiler-rt/lib/fuzzer/scripts/ 176 compiler-rt/lib/fuzzer/standalone/ 177 compiler-rt/lib/fuzzer/tests/ 702 llvm/tools/llvm-as-fuzzer/ 723 llvm/tools/llvm-isel-fuzzer/ [all …]
|
| /freebsd-13.1/lib/libclang_rt/ |
| H A D | Makefile | 21 SUBDIR+= fuzzer
|