Searched refs:SRCS (Results 1 - 25 of 2163) sorted by relevance

1234567891011>>

/freebsd-current/sys/modules/cam/
H A DMakefile9 SRCS= opt_cam.h macro
10 SRCS+= opt_ada.h
11 SRCS+= opt_scsi.h
12 SRCS+= opt_cd.h
13 SRCS+= opt_da.h
14 SRCS+= opt_pt.h
15 SRCS+= opt_sa.h
16 SRCS+= opt_ses.h
17 SRCS+= opt_ddb.h
18 SRCS
[all...]
/freebsd-current/lib/libsys/amd64/
H A DMakefile.thr0 SRCS+= _umtx_op_err.S
/freebsd-current/lib/libsys/i386/
H A DMakefile.thr0 SRCS+= _umtx_op_err.S
/freebsd-current/lib/libsys/powerpc/
H A DMakefile.thr0 SRCS+= _umtx_op_err.S
/freebsd-current/lib/libvmmapi/aarch64/
H A DMakefile.inc0 SRCS+= vmmapi_machdep.c
/freebsd-current/usr.sbin/bhyvectl/aarch64/
H A DMakefile.inc0 SRCS+= bhyvectl_machdep.c
/freebsd-current/usr.sbin/bhyvectl/amd64/
H A DMakefile.inc0 SRCS+= bhyvectl_machdep.c
/freebsd-current/usr.bin/clang/clang-tblgen/
H A DMakefile6 SRCS+= ASTTableGen.cpp
7 SRCS+= ClangASTNodesEmitter.cpp
8 SRCS+= ClangASTPropertiesEmitter.cpp
9 SRCS+= ClangAttrEmitter.cpp
10 SRCS+= ClangCommentCommandInfoEmitter.cpp
11 SRCS+= ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
12 SRCS+= ClangCommentHTMLTagsEmitter.cpp
13 SRCS+= ClangDataCollectorsEmitter.cpp
14 SRCS+= ClangDiagnosticsEmitter.cpp
15 SRCS
[all...]
/freebsd-current/usr.bin/clang/llvm-pdbutil/
H A DMakefile5 SRCS+= BytesOutputStyle.cpp
6 SRCS+= DumpOutputStyle.cpp
7 SRCS+= ExplainOutputStyle.cpp
8 SRCS+= MinimalSymbolDumper.cpp
9 SRCS+= MinimalTypeDumper.cpp
10 SRCS+= PdbYaml.cpp
11 SRCS+= PrettyBuiltinDumper.cpp
12 SRCS+= PrettyClassDefinitionDumper.cpp
13 SRCS+= PrettyClassLayoutGraphicalDumper.cpp
14 SRCS
[all...]
/freebsd-current/sys/modules/cxgbe/if_cxgbe/
H A DMakefile10 SRCS= bus_if.h macro
11 SRCS+= device_if.h
12 SRCS+= opt_ddb.h
13 SRCS+= opt_inet.h
14 SRCS+= opt_inet6.h
15 SRCS+= opt_kern_tls.h
16 SRCS+= opt_ofed.h
17 SRCS+= opt_ratelimit.h
18 SRCS+= opt_rss.h
19 SRCS
[all...]
/freebsd-current/sys/modules/geom/geom_eli/
H A DMakefile5 SRCS= g_eli.c macro
6 SRCS+= g_eli_crypto.c
7 SRCS+= g_eli_ctl.c
8 SRCS+= g_eli_hmac.c
9 SRCS+= g_eli_integrity.c
10 SRCS+= g_eli_key.c
11 SRCS+= g_eli_key_cache.c
12 SRCS+= g_eli_privacy.c
13 SRCS+= pkcs5v2.c
14 SRCS
[all...]
/freebsd-current/lib/clang/libllvmminimal/
H A DMakefile9 SRCS+= Demangle/ItaniumDemangle.cpp
10 SRCS+= Support/ABIBreak.cpp
11 SRCS+= Support/APFloat.cpp
12 SRCS+= Support/APInt.cpp
13 SRCS+= Support/Atomic.cpp
14 SRCS+= Support/CodeGenCoverage.cpp
15 SRCS+= Support/CommandLine.cpp
16 SRCS+= Support/ConvertUTF.cpp
17 SRCS+= Support/ConvertUTFWrapper.cpp
18 SRCS
[all...]
/freebsd-current/lib/libclang_rt/asan/
H A DMakefile6 SRCS+= asan/asan_activation.cpp
7 SRCS+= asan/asan_allocator.cpp
8 SRCS+= asan/asan_debugging.cpp
9 SRCS+= asan/asan_descriptions.cpp
10 SRCS+= asan/asan_errors.cpp
11 SRCS+= asan/asan_fake_stack.cpp
12 SRCS+= asan/asan_flags.cpp
13 SRCS+= asan/asan_globals.cpp
14 SRCS+= asan/asan_interceptors.cpp
15 SRCS
[all...]
/freebsd-current/lib/libclang_rt/asan_dynamic/
H A DMakefile9 SRCS+= asan/asan_activation.cpp
10 SRCS+= asan/asan_allocator.cpp
11 SRCS+= asan/asan_debugging.cpp
12 SRCS+= asan/asan_descriptions.cpp
13 SRCS+= asan/asan_errors.cpp
14 SRCS+= asan/asan_fake_stack.cpp
15 SRCS+= asan/asan_flags.cpp
16 SRCS+= asan/asan_globals.cpp
17 SRCS+= asan/asan_interceptors.cpp
18 SRCS
[all...]
/freebsd-current/lib/libclang_rt/cfi_diag/
H A DMakefile6 SRCS+= cfi/cfi.cpp
7 SRCS+= interception/interception_linux.cpp
8 SRCS+= sanitizer_common/sancov_flags.cpp
9 SRCS+= sanitizer_common/sanitizer_allocator.cpp
10 SRCS+= sanitizer_common/sanitizer_allocator_checks.cpp
11 SRCS+= sanitizer_common/sanitizer_allocator_report.cpp
12 SRCS+= sanitizer_common/sanitizer_chained_origin_depot.cpp
13 SRCS+= sanitizer_common/sanitizer_common.cpp
14 SRCS+= sanitizer_common/sanitizer_common_libcdep.cpp
15 SRCS
[all...]
/freebsd-current/usr.bin/clang/bugpoint/
H A DMakefile5 SRCS+= BugDriver.cpp
6 SRCS+= CrashDebugger.cpp
7 SRCS+= ExecutionDriver.cpp
8 SRCS+= ExtractFunction.cpp
9 SRCS+= FindBugs.cpp
10 SRCS+= Miscompilation.cpp
11 SRCS+= OptimizerDriver.cpp
12 SRCS+= ToolRunner.cpp
13 SRCS+= bugpoint.cpp
/freebsd-current/sys/modules/geom/geom_label/
H A DMakefile5 SRCS= g_label.c macro
6 SRCS+= g_label_disk_ident.c
7 SRCS+= g_label_ext2fs.c
8 SRCS+= g_label_flashmap.c
9 SRCS+= g_label_gpt.c
10 SRCS+= g_label_iso9660.c
11 SRCS+= g_label_msdosfs.c
12 SRCS+= g_label_ntfs.c
13 SRCS+= g_label_ufs.c
14 SRCS
[all...]
/freebsd-current/lib/libclang_rt/fuzzer_no_main/
H A DMakefile6 SRCS+= fuzzer/FuzzerCrossOver.cpp
7 SRCS+= fuzzer/FuzzerDataFlowTrace.cpp
8 SRCS+= fuzzer/FuzzerDriver.cpp
9 SRCS+= fuzzer/FuzzerExtFunctionsDlsym.cpp
10 SRCS+= fuzzer/FuzzerExtFunctionsWeak.cpp
11 SRCS+= fuzzer/FuzzerExtraCounters.cpp
12 SRCS+= fuzzer/FuzzerFork.cpp
13 SRCS+= fuzzer/FuzzerIO.cpp
14 SRCS+= fuzzer/FuzzerIOPosix.cpp
15 SRCS
[all...]
/freebsd-current/usr.bin/clang/llvm-tblgen/
H A DMakefile8 SRCS+= AsmMatcherEmitter.cpp
9 SRCS+= AsmWriterEmitter.cpp
10 SRCS+= AsmWriterInst.cpp
11 SRCS+= Attributes.cpp
12 SRCS+= CTagsEmitter.cpp
13 SRCS+= CallingConvEmitter.cpp
14 SRCS+= CodeEmitterGen.cpp
15 SRCS+= CodeGenDAGPatterns.cpp
16 SRCS+= CodeGenHwModes.cpp
17 SRCS
[all...]
/freebsd-current/lib/clang/liblldb/
H A DMakefile19 SRCS+= API/SBAddress.cpp
20 SRCS+= API/SBAttachInfo.cpp
21 SRCS+= API/SBBlock.cpp
22 SRCS+= API/SBBreakpoint.cpp
23 SRCS+= API/SBBreakpointLocation.cpp
24 SRCS+= API/SBBreakpointName.cpp
25 SRCS+= API/SBBreakpointOptionCommon.cpp
26 SRCS+= API/SBBroadcaster.cpp
27 SRCS+= API/SBCommandInterpreter.cpp
28 SRCS
[all...]
/freebsd-current/sbin/nvmecontrol/
H A DMakefile5 SRCS+= comnd.c
6 SRCS+= connect.c
7 SRCS+= devlist.c
8 SRCS+= disconnect.c
9 SRCS+= discover.c
10 SRCS+= fabrics.c
11 SRCS+= firmware.c
12 SRCS+= format.c
13 SRCS+= identify.c
14 SRCS
[all...]
/freebsd-current/lib/libclang_rt/stats/
H A DMakefile6 SRCS+= sanitizer_common/sanitizer_allocator.cpp
7 SRCS+= sanitizer_common/sanitizer_allocator_checks.cpp
8 SRCS+= sanitizer_common/sanitizer_allocator_report.cpp
9 SRCS+= sanitizer_common/sanitizer_chained_origin_depot.cpp
10 SRCS+= sanitizer_common/sanitizer_common.cpp
11 SRCS+= sanitizer_common/sanitizer_common_libcdep.cpp
12 SRCS+= sanitizer_common/sanitizer_deadlock_detector1.cpp
13 SRCS+= sanitizer_common/sanitizer_dl.cpp
14 SRCS+= sanitizer_common/sanitizer_errno.cpp
15 SRCS
[all...]
/freebsd-current/lib/libclang_rt/dd/
H A DMakefile6 SRCS+= interception/interception_linux.cpp
7 SRCS+= sanitizer_common/sanitizer_allocator.cpp
8 SRCS+= sanitizer_common/sanitizer_allocator_checks.cpp
9 SRCS+= sanitizer_common/sanitizer_common.cpp
10 SRCS+= sanitizer_common/sanitizer_common_libcdep.cpp
11 SRCS+= sanitizer_common/sanitizer_deadlock_detector1.cpp
12 SRCS+= sanitizer_common/sanitizer_dl.cpp
13 SRCS+= sanitizer_common/sanitizer_errno.cpp
14 SRCS+= sanitizer_common/sanitizer_file.cpp
15 SRCS
[all...]
/freebsd-current/lib/libclang_rt/msan/
H A DMakefile6 SRCS+= interception/interception_linux.cpp
7 SRCS+= msan/msan.cpp
8 SRCS+= msan/msan_allocator.cpp
9 SRCS+= msan/msan_chained_origin_depot.cpp
10 SRCS+= msan/msan_dl.cpp
11 SRCS+= msan/msan_interceptors.cpp
12 SRCS+= msan/msan_linux.cpp
13 SRCS+= msan/msan_poisoning.cpp
14 SRCS+= msan/msan_report.cpp
15 SRCS
[all...]
/freebsd-current/lib/libclang_rt/cfi/
H A DMakefile6 SRCS+= cfi/cfi.cpp
7 SRCS+= interception/interception_linux.cpp
8 SRCS+= sanitizer_common/sanitizer_allocator.cpp
9 SRCS+= sanitizer_common/sanitizer_allocator_checks.cpp
10 SRCS+= sanitizer_common/sanitizer_common.cpp
11 SRCS+= sanitizer_common/sanitizer_common_libcdep.cpp
12 SRCS+= sanitizer_common/sanitizer_deadlock_detector1.cpp
13 SRCS+= sanitizer_common/sanitizer_dl.cpp
14 SRCS+= sanitizer_common/sanitizer_errno.cpp
15 SRCS
[all...]

Completed in 313 milliseconds

1234567891011>>