HomeSort by: relevance | last modified time | path
    Searched refs:fuzzer (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMain.cpp 20 return fuzzer::FuzzerDriver(&argc, &argv, LLVMFuzzerTestOneInput);
FuzzerShmemFuchsia.cpp 18 namespace fuzzer { namespace
36 } // namespace fuzzer
FuzzerUtilLinux.cpp 18 namespace fuzzer { namespace
25 } // namespace fuzzer
FuzzerExtFunctionsDlsym.cpp 21 using namespace fuzzer;
39 namespace fuzzer { namespace
50 } // namespace fuzzer
FuzzerExtFunctionsWeak.cpp 32 using namespace fuzzer;
40 namespace fuzzer { namespace
53 } // namespace fuzzer
FuzzerExtraCounters.cpp 19 namespace fuzzer { namespace
32 } // namespace fuzzer
36 namespace fuzzer { namespace
40 } // namespace fuzzer
FuzzerExtFunctions.h 18 namespace fuzzer { namespace
33 } // namespace fuzzer
FuzzerSHA1.h 19 namespace fuzzer { namespace
31 } // namespace fuzzer
FuzzerExtFunctionsWeakAlias.cpp 17 using namespace fuzzer;
43 namespace fuzzer { namespace
54 } // namespace fuzzer
FuzzerTracePC.cpp 29 uint8_t __sancov_trace_pc_guard_8bit_counters[fuzzer::TracePC::kNumPCs];
32 uintptr_t __sancov_trace_pc_pcs[fuzzer::TracePC::kNumPCs];
37 namespace fuzzer { namespace
488 } // namespace fuzzer
506 uintptr_t Idx = PC & (((uintptr_t)1 << fuzzer::TracePC::kTracePcBits) - 1);
513 fuzzer::TPC.HandleInit(Start, Stop);
518 fuzzer::TPC.HandleInline8bitCountersInit(Start, Stop);
524 fuzzer::TPC.HandlePCsInit(pcs_beg, pcs_end);
531 fuzzer::TPC.HandleCallerCallee(PC, Callee);
539 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2)
    [all...]
FuzzerDataFlowTrace.h 1 //===- FuzzerDataFlowTrace.h - Internal header for the Fuzzer ---*- C++ -* ===//
9 // fuzzer::DataFlowTrace; reads and handles a data-flow trace.
38 namespace fuzzer { namespace
54 } // namespace fuzzer
FuzzerRandom.h 1 //===- FuzzerRandom.h - Internal header for the Fuzzer ----------*- C++ -* ===//
9 // fuzzer::Random
17 namespace fuzzer { namespace
32 } // namespace fuzzer
FuzzerMerge.h 50 namespace fuzzer { namespace
78 } // namespace fuzzer
FuzzerOptions.h 8 // fuzzer::FuzzingOptions
16 namespace fuzzer { namespace
75 } // namespace fuzzer
FuzzerShmemWindows.cpp 22 namespace fuzzer { namespace
62 } // namespace fuzzer
FuzzerCrossOver.cpp 17 namespace fuzzer { namespace
52 } // namespace fuzzer
FuzzerShmem.h 21 namespace fuzzer { namespace
67 } // namespace fuzzer
FuzzerValueBitMap.h 17 namespace fuzzer { namespace
71 } // namespace fuzzer
FuzzerDataFlowTrace.cpp 9 // fuzzer::DataFlowTrace
20 namespace fuzzer { namespace
90 } // namespace fuzzer
  /src/tests/usr.bin/c++/
t_fuzzer_oom.sh 76 c++ -fsanitize=fuzzer -o test test.cc
93 c++ -fsanitize=fuzzer -static -o test -pg test.cc
119 c++ -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.cc
120 c++ -o test test.cc -fsanitize=fuzzer -L. -ltest
143 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc
t_fuzzer_simple.sh 80 c++ -fsanitize=fuzzer -o test test.cc
101 c++ -fsanitize=fuzzer -static -o test -pg test.cc
131 c++ -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.cc
132 c++ -o test test.cc -fsanitize=fuzzer -L. -ltest
159 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc
t_fuzzer_timeout.sh 75 c++ -fsanitize=fuzzer -o test test.cc
91 c++ -fsanitize=fuzzer -static -o test -pg test.cc
116 c++ -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.cc
117 c++ -o test test.cc -fsanitize=fuzzer -L. -ltest
139 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc
  /src/tests/usr.bin/cc/
t_fuzzer_oom.sh 76 cc -fsanitize=fuzzer -o test test.c
93 cc -fsanitize=fuzzer -static -o test -pg test.c
119 cc -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.c
120 cc -o test test.c -fsanitize=fuzzer -L. -ltest
143 cc -fsanitize=fuzzer -o test -fpie -pie test.c
t_fuzzer_simple.sh 80 cc -fsanitize=fuzzer -o test test.c
101 cc -fsanitize=fuzzer -static -o test -pg test.c
131 cc -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.c
132 cc -o test test.c -fsanitize=fuzzer -L. -ltest
159 cc -fsanitize=fuzzer -o test -fpie -pie test.c
t_fuzzer_timeout.sh 75 cc -fsanitize=fuzzer -o test test.c
91 cc -fsanitize=fuzzer -static -o test -pg test.c
116 cc -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.c
117 cc -o test test.c -fsanitize=fuzzer -L. -ltest
139 cc -fsanitize=fuzzer -o test -fpie -pie test.c

Completed in 52 milliseconds

1 2