Searched refs:tool (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/libucl/utils/
H A DMakefile.am14 ucl_tool_SOURCES = ucl-tool.c
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp166 std::string tool = OptCmd; local
170 tool = *Path;
174 if (tool.empty()) {
178 if (!sys::fs::exists(tool)) {
179 errs() << "Specified `opt' binary does not exist: " << tool << "\n";
190 Prog = tool;
202 Args.push_back(tool);
204 Args.push_back(tool);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp95 for (auto &tool : tools_) {
97 if (tool.SymbolizePC(addr, res)) {
116 for (auto &tool : tools_) {
118 if (tool.SymbolizeData(addr, info)) {
132 for (auto &tool : tools_) {
134 if (tool.SymbolizeFrame(addr, info)) {
157 for (auto &tool : tools_) {
159 tool.Flush();
165 for (auto &tool : tools_) {
167 if (const char *demangled = tool
[all...]
H A Dsanitizer_symbolizer_posix_libcdep.cpp419 "binary or other known tool.\n", path);
452 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) {
454 list->push_back(tool);
457 if (SymbolizerTool *tool = LibbacktraceSymbolizer::get(allocator)) {
459 list->push_back(tool);
463 if (SymbolizerTool *tool = ChooseExternalSymbolizer(allocator)) {
464 list->push_back(tool);
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am52 --gcov-tool $(GCOV) \
72 -$(LCOV) --gcov-tool $(GCOV) --zerocounters --directory $(top_builddir)
/freebsd-11-stable/usr.bin/man/
H A Dman.sh373 local IFS l nroff_dev pipeline preproc_arg tool
410 for tool in EQN NROFF PIC TBL TROFF REFER VGRIND; do
411 eval "$tool=\${${tool}_$l:-\$$tool}"
673 # Use the locale tool to give us the proper LC_CTYPE
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp302 IO &IO, MachO::build_tool_version &tool) {
303 IO.mapRequired("tool", tool.tool);
304 IO.mapRequired("version", tool.version);
301 mapping( IO &IO, MachO::build_tool_version &tool) argument
H A DMachOEmitter.cpp180 struct MachO::build_tool_version tool = T; local
182 MachO::swapStruct(tool);
183 OS.write(reinterpret_cast<const char *>(&tool),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h211 static void mapping(IO &IO, MachO::build_tool_version &tool);
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk160 # Ada95 subdir has been done. The reason is, that the gnathtml tool uses the
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk237 # the tool will be built during the build. Building it assumes it is
H A Dmeta.autodep.mk225 # lockf is an example of a suitable tool
/freebsd-11-stable/stand/
H A Ddefs.mk156 # when this test succeeds rather than require dd to be a bootstrap tool.
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.in207 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
857 -l='$(DEJATOOL)'; for tool in $$l; do \
858 rm -f $$tool.sum $$tool.log; \
1017 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
H A Dsrconv.c340 un.tool = toolname;
1265 du.tool = "c_gcc";
H A DMakefile.am178 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk224 # lockf is an example of a suitable tool
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_user.c747 uint8_t tool, function = 0; local
927 * the flag only for that tool if processing a Toolbox function.
934 tool = (uint8_t)hdr->FunctionDependent1;
935 if (tool != MPI2_TOOLBOX_DIAGNOSTIC_CLI_TOOL)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in414 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
420 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
423 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in431 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
437 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
440 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h843 uint32_t tool; // enum for the tool member in struct:llvm::MachO::build_tool_version
844 uint32_t version; // version of the tool
854 uint32_t ntools; // number of tool entries following this
1317 sys::swapByteOrder(C.tool);
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf158 # The subversion repository administration tool
168 # The subversion repository dump filtering tool
177 # The subversion repository inspection tool
440 # The Subversion FSFS repository manipulation tool
1679 description = Benchmarking and diagnostics tool for the network layer
1687 description = Authz config file tool
1694 # svnauthz-validate is the compat mode of the new svnauthz tool. It is
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.in121 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
2392 -l='$(DEJATOOL)'; for tool in $$l; do \
2393 rm -f $$tool.sum $$tool.log; \
2532 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.in128 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
1133 -l='$(DEJATOOL)'; for tool in $$l; do \
1134 rm -f $$tool.sum $$tool.log; \
2539 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in4087 $(RUNTEST) --tool $* $(RUNTESTFLAGS))
4097 $(RUNTEST) --tool consistency $(RUNTESTFLAGS)

Completed in 254 milliseconds

12