/src/sys/external/isc/libsodium/dist/m4/ |
ax_valgrind_check.m4 | 21 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the 55 # Alternatively, a "check-valgrind-$TOOL" rule will be added, for $TOOL in 118 AC_CACHE_CHECK([for Valgrind tool ]vgtool, 124 AS_IF([`$VALGRIND --tool=]vgtoolx[ --help >/dev/null 2>&1`],[ 168 valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS) 169 valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS) 170 valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS) 171 valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS) 191 $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool) [all...] |
ax_check_catchable_segv.m4 | 39 [AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance.])]
|
libtool.m4 | 987 [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) 989 [Tool to change global to local symbols on Mac OS X]) 991 [Tool to manipulate fat objects and archives on Mac OS X]) 993 [ldd/readelf like tool for Mach-O binaries on Mac OS X]) 995 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) 3152 # _LT_PATH_TOOL_PREFIX(TOOL) 3802 # locate the manifest tool 3806 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], 3811 if $GREP 'Manifest Tool' conftest.out > /dev/null; then 3818 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dn [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer_libcdep.cc | 86 for (auto &tool : tools_) { local in function:__sanitizer::Symbolizer::SymbolizePC 88 if (tool.SymbolizePC(addr, res)) { 107 for (auto &tool : tools_) { local in function:__sanitizer::Symbolizer::SymbolizeData 109 if (tool.SymbolizeData(addr, info)) { 132 for (auto &tool : tools_) { local in function:__sanitizer::Symbolizer::Flush 134 tool.Flush(); 140 for (auto &tool : tools_) { local in function:__sanitizer::Symbolizer::Demangle 142 if (const char *demangled = tool.Demangle(name))
|
sanitizer_symbolizer_posix_libcdep.cc | 472 "binary or other known tool.\n", path); 505 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { local in function:__sanitizer::ChooseSymbolizerTools 507 list->push_back(tool); 510 if (SymbolizerTool *tool = LibbacktraceSymbolizer::get(allocator)) { local in function:__sanitizer::ChooseSymbolizerTools 512 list->push_back(tool); 516 if (SymbolizerTool *tool = ChooseExternalSymbolizer(allocator)) { local in function:__sanitizer::ChooseSymbolizerTools 517 list->push_back(tool);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 86 2) Integration as a custom tool for Visual Studio 89 This procedure adds the iASL compiler as a custom tool that can be used 99 name for this tool. 102 the other fields for this new custom tool. 117 These steps will add the compiler to the tools menu as a custom tool.
|
/src/usr.bin/make/unit-tests/ |
sh-leading-hyphen.mk | 18 # This is used in practice for prefixing tool names or for DESTDIR.
|
/src/distrib/amiga/stand/ |
device-streams.README.md | 2 Amiga tool for copying between block devices and streams/files, similar to UNIX `dd`.
|
/src/sys/arch/sparc64/doc/ |
TODO | 19 - the sysinst tool starts, disk setup is working, network configuration is working,
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-icev2.dts | 8 * http://www.ti.com/tool/tmdsice3359
|
am335x-evmsk.dts | 8 * http://www.ti.com/tool/tmdssk3358
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 69 This menu-driven tool is designed to help you install NetBSD to a hard
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 92 # tool from the auxiliary directory. The problem is that $srcdir (and 1050 # tool to use in cross-compilation environments, therefore Automake
|
configure | 2698 # tool to use in cross-compilation environments, therefore Automake 5805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Valgrind tool memcheck" >&5 5806 $as_echo_n "checking for Valgrind tool memcheck... " >&6; } 5813 if `$VALGRIND --tool=memcheck --help >/dev/null 2>&1`; then : 5861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Valgrind tool helgrind" >&5 5862 $as_echo_n "checking for Valgrind tool helgrind... " >&6; } 5869 if `$VALGRIND --tool=helgrind --help >/dev/null 2>&1`; then : 5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Valgrind tool drd" >&5 5918 $as_echo_n "checking for Valgrind tool drd... " >&6; } 5925 if `$VALGRIND --tool=drd --help >/dev/null 2>&1`; then [all...] |
ltmain.sh | 8172 # doesn't work or if tool conversion is not needed. 8239 # isn't a blessed tool. 8488 # isn't a blessed tool.
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3568-pinctrl.dtsi | 10 * This file is auto generated by pin2dts tool, please keep these code
|