/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | def_file_filter_configure.bzl | 40 dumpbin = find_msvc_tool(repository_ctx, vc_path, "dumpbin.exe") 41 if dumpbin == None: 42 …auto_configure_fail("Couldn't find dumpbin.exe under %s, please check your VC installation and set… 43 dumpbin_bin_path = dumpbin.replace("\\", "\\\\")
|
D | def_file_filter.py.tpl | 124 print("Getting symbol list using dumpbin failed with code %d:" % ( 246 # Pipe dumpbin to extract all linkable symbols from libs.
|
/external/mesa3d/bin/ |
D | symbols-check.py | 48 def get_symbols_dumpbin(dumpbin, lib): argument 54 output = subprocess.check_output([dumpbin, '/exports', lib], 100 if not args.dumpbin: 102 lib_symbols = get_symbols_dumpbin(args.dumpbin, args.lib)
|
/external/llvm-project/llvm/tools/llvm-shlib/ |
D | gen-msvc-exports.py | 75 with open(dumpout) as dumpbin: 76 for line in dumpbin:
|
/external/llvm-project/lld/test/COFF/ |
D | gfids-relocations32.s | 24 # cl /c a.cc && dumpbin /disasm a.obj > a.txt && 25 # link a.obj /guard:cf /map:map.txt && dumpbin /loadconfig a.exe
|
/external/grpc-grpc-java/compiler/ |
D | build.gradle | 263 executable 'dumpbin' 268 throw new GradleException("dumpbin exited with " + ret.exitValue) 276 executable 'dumpbin' 281 throw new GradleException("dumpbin exited with " + ret.exitValue)
|
/external/usrsctp/ |
D | meson.build | 187 find_program('dumpbin')
|
/external/python/cpython3/PCbuild/ |
D | prepare_libffi.bat | 162 … CXXCPP='cl -nologo -EP' CPPFLAGS='-DFFI_BUILDING_DLL' %BUILD_NOOPT% NM='dumpbin -symbols' STRIP='…
|
/external/mesa3d/ |
D | meson.build | 1880 prog_dumpbin = find_program('dumpbin', required : false) 1882 symbols_check_args = ['--dumpbin', prog_dumpbin.path()]
|
/external/speex/m4/ |
D | libtool.m4 | 3224 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3459 # Didn't find any BSD compatible name lister, look for dumpbin. 3463 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3494 lt_cv_nm_interface="MS dumpbin" 3711 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3712 # Fake it for dumpbin and say T for any non-static function 3856 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | libtool.m4 | 3218 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3453 # Didn't find any BSD compatible name lister, look for dumpbin. 3457 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3488 lt_cv_nm_interface="MS dumpbin" 3705 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3706 # Fake it for dumpbin and say T for any non-static function 3850 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 3210 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3445 # Didn't find any BSD compatible name lister, look for dumpbin. 3449 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3480 lt_cv_nm_interface="MS dumpbin" 3697 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3698 # Fake it for dumpbin and say T for any non-static function 3842 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 3224 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3459 # Didn't find any BSD compatible name lister, look for dumpbin. 3463 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3494 lt_cv_nm_interface="MS dumpbin" 3711 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3712 # Fake it for dumpbin and say T for any non-static function 3856 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/lmfit/m4/ |
D | libtool.m4 | 3224 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3459 # Didn't find any BSD compatible name lister, look for dumpbin. 3463 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3494 lt_cv_nm_interface="MS dumpbin" 3711 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3712 # Fake it for dumpbin and say T for any non-static function 3856 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 3213 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3452 # Didn't find any BSD compatible name lister, look for dumpbin. 3456 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3487 lt_cv_nm_interface="MS dumpbin" 3704 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3705 # Fake it for dumpbin and say T for any non-static function 3849 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/libexif/auto-m4/ |
D | libtool.m4 | 3168 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 3407 # Didn't find any BSD compatible name lister, look for dumpbin. 3411 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3442 lt_cv_nm_interface="MS dumpbin" 3659 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3660 # Fake it for dumpbin and say T for any non-static function 3803 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 3506 # Didn't find any BSD compatible name lister, look for dumpbin. 3510 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3541 lt_cv_nm_interface="MS dumpbin" 3749 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3803 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3804 # Fake it for dumpbin and say T for any non-static function, 3951 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/curl/m4/ |
D | libtool.m4 | 3724 # Didn't find any BSD compatible name lister, look for dumpbin. 3728 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3759 lt_cv_nm_interface="MS dumpbin" 3967 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4021 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4022 # Fake it for dumpbin and say T for any non-static function, 4170 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/ImageMagick/m4/ |
D | libtool.m4 | 3716 # Didn't find any BSD compatible name lister, look for dumpbin. 3720 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3751 lt_cv_nm_interface="MS dumpbin" 3959 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4013 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4014 # Fake it for dumpbin and say T for any non-static function, 4161 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | libtool.m4 | 3724 # Didn't find any BSD compatible name lister, look for dumpbin. 3728 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3759 lt_cv_nm_interface="MS dumpbin" 3967 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4021 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4022 # Fake it for dumpbin and say T for any non-static function, 4169 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/libpng/scripts/ |
D | libtool.m4 | 3713 # Didn't find any BSD compatible name lister, look for dumpbin. 3717 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3748 lt_cv_nm_interface="MS dumpbin" 3956 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4010 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4011 # Fake it for dumpbin and say T for any non-static function, 4158 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/expat/m4/ |
D | libtool.m4 | 3731 # Didn't find any BSD compatible name lister, look for dumpbin. 3735 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3766 lt_cv_nm_interface="MS dumpbin" 3974 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4028 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4029 # Fake it for dumpbin and say T for any non-static function, 4176 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/libevent/m4/ |
D | libtool.m4 | 3734 # Didn't find any BSD compatible name lister, look for dumpbin. 3738 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3769 lt_cv_nm_interface="MS dumpbin" 3977 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4031 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4032 # Fake it for dumpbin and say T for any non-static function, 4179 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/pcre/dist2/m4/ |
D | libtool.m4 | 3734 # Didn't find any BSD compatible name lister, look for dumpbin. 3738 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3769 lt_cv_nm_interface="MS dumpbin" 3977 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4031 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4032 # Fake it for dumpbin and say T for any non-static function, 4179 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
/external/iperf3/ |
D | aclocal.m4 | 3722 # Didn't find any BSD compatible name lister, look for dumpbin. 3726 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3757 lt_cv_nm_interface="MS dumpbin" 3965 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4019 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4020 # Fake it for dumpbin and say T for any non-static function, 4167 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|