| /freebsd-14.2/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 129 clang/tools/diagtool/ 133 clang/tools/libclang/ 170 clang-tools-extra/ 247 compiler-rt/tools/ 786 llvm/tools/gold/ 834 llvm/tools/llvm-ml/ 836 llvm/tools/llvm-mt/ 865 llvm/tools/lto/ 870 llvm/tools/sancov/ 872 llvm/tools/spirv-tools/ [all …]
|
| /freebsd-14.2/targets/pseudo/bootstrap-tools/ |
| H A D | Makefile | 14 BTOOLSDIR?= ${HOST_OBJTOP}/tools 19 MAKESYSPATH=${SRCTOP}/tools/build/mk:${SRCTOP}/share/mk \ 71 bootstrap-tools: legacy 72 build-tools: bootstrap-tools 73 cross-tools: build-tools 75 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS} 99 bootstrap-toolchain: .MAKE cross-tools
|
| /freebsd-14.2/contrib/arm-optimized-routines/math/ |
| H A D | Dir.mk | 26 math-tools := \ 33 math-host-tools := \ 45 $(math-tools) \ 46 $(math-host-tools) \ 50 all-math: $(math-libs) $(math-tools) $(math-includes) $(math-test-includes) 68 $(math-host-tools): HOST_LDLIBS += -lm -lmpfr -lmpc 69 $(math-tools): LDLIBS += $(math-ldlibs) -lm 71 $(math-tools): CFLAGS_ALL += $(math-sve-cflags) 101 check-math-test: $(math-tools) 104 check-math-rtest: $(math-host-tools) $(math-tools) [all …]
|
| /freebsd-14.2/tests/sys/acl/ |
| H A D | Makefile | 8 ${PACKAGE}FILES+= tools-crossfs.test 9 ${PACKAGE}FILES+= tools-nfs4.test 10 ${PACKAGE}FILES+= tools-nfs4-psarc.test 11 ${PACKAGE}FILES+= tools-nfs4-trivial.test 12 ${PACKAGE}FILES+= tools-posix.test
|
| /freebsd-14.2/cddl/usr.bin/ctfdump/ |
| H A D | Makefile | 2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump 5 PACKAGE= ctf-tools 20 -I${OPENSOLARIS_USR_DISTDIR}/cmd/mdb/tools/common \ 23 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
|
| /freebsd-14.2/sys/modules/sound/sound/ |
| H A D | Makefile | 23 feeder_eq_gen.h: ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk 24 ${AWK} -f ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET} 26 feeder_rate_gen.h: ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk 27 ${AWK} -f ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET} 29 snd_fxdiv_gen.h: ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk 30 ${AWK} -f ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk -- > ${.TARGET}
|
| /freebsd-14.2/tools/build/mk/ |
| H A D | Makefile.boot | 49 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux 56 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac 72 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/common 86 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \ 87 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \ 93 .error Do not include $${SRCTOP}/include when building bootstrap tools. \ 94 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \
|
| /freebsd-14.2/cddl/usr.bin/ctfmerge/ |
| H A D | Makefile | 2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt 5 PACKAGE= ctf-tools 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 39 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
| /freebsd-14.2/cddl/usr.bin/ctfconvert/ |
| H A D | Makefile | 4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 5 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt 7 PACKAGE= ctf-tools 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 39 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
| /freebsd-14.2/tools/tools/locale/ |
| H A D | README | 6 cd /usr/src/tools/tools/locale 33 clean up tools or posix locale source files generated 42 make tools-test 43 Check if necessary tools are installed or not. 49 make build-tools
|
| /freebsd-14.2/tools/tools/net80211/w00t/ |
| H A D | README | 2 This is a collection of tools that use raw 802.11 packet injection. 3 None of the tools configure the interface, so be sure to run something 8 beforehand. The following tools are found here: 17 All these tools depend on: 19 libw00t Utility functions used by all tools. 21 Detailed explanation of tools. 44 [For the next set of tools, refer to http://tapir.cs.ucl.ac.uk/bittau-wep.pdf
|
| /freebsd-14.2/contrib/arm-optimized-routines/pl/math/ |
| H A D | Dir.mk | 30 math-tools := \ 37 math-host-tools := \ 49 $(math-tools) \ 50 $(math-host-tools) \ 54 all-pl/math: $(pl-libs) $(math-tools) $(pl-includes) $(pl-test-includes) 90 $(math-host-tools): HOST_LDLIBS += -lm -lmpfr -lmpc 91 $(math-tools): LDLIBS += $(math-ldlibs) -lm 93 $(math-tools): CFLAGS_PL += $(math-sve-cflags) 149 check-pl/math-test: $(math-tools) 152 check-pl/math-rtest: $(math-host-tools) $(math-tools) [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 33 using tools::addPathIfExists; 180 tools::mips::getMipsCPUAndABI(Args, Triple, CPUName, ABIName); in getOSLibDir() 189 if (tools::mips::hasMipsAbiArg(Args, "n32")) in getOSLibDir() 332 StringRef ABIName = tools::riscv::getRISCVABI(Args, Triple); in Linux() 366 return new tools::gnutools::StaticLibTool(*this); in buildStaticLibTool() 370 return new tools::gnutools::Assembler(*this); in buildAssembler() 470 tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard)) in getDynamicLinker() 500 tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard; in getDynamicLinker() 534 if (tools::mips::isUCLibc(Args)) in getDynamicLinker() 564 StringRef ABIName = tools::riscv::getRISCVABI(Args, Triple); in getDynamicLinker() [all …]
|
| /freebsd-14.2/share/numericdef/ |
| H A D | en_ZA.US-ASCII.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | en_US.US-ASCII.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | zh_CN.eucCN.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | hi_IN.ISCII-DEV.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | tr_TR.ISO8859-9.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | zh_CN.GB2312.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | it_CH.ISO8859-15.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| /freebsd-14.2/share/numericdef_unicode/ |
| H A D | it_CH.UTF-8.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | uk_UA.UTF-8.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | fa_IR.UTF-8.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | fr_FR.UTF-8.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
| H A D | en_US.UTF-8.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|