Home
last modified time | relevance | path

Searched refs:run_dumpbin (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
Dgyptest-link-opt-ref.py23 output = test.run_dumpbin(
29 output = test.run_dumpbin(
35 output = test.run_dumpbin(
Dgyptest-link-opt-icf.py24 output = test.run_dumpbin(
30 output = test.run_dumpbin(
36 output = test.run_dumpbin(
Dgyptest-link-delay-load-dlls.py25 output = test.run_dumpbin(
30 output = test.run_dumpbin(
Dgyptest-link-force-symbol-reference.py22 output = test.run_dumpbin(
Dgyptest-link-tsaware.py23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
Dgyptest-link-nxcompat.py23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
Dgyptest-link-large-address-aware.py23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
Dgyptest-link-safeseh.py24 output = test.run_dumpbin('/LOADCONFIG', full_path)
Dgyptest-link-profile.py25 return test.run_dumpbin(full_path)
Dgyptest-link-aslr.py24 output = test.run_dumpbin('/headers', full_path)
Dgyptest-link-fixed-base.py24 return test.run_dumpbin('/headers', full_path)
Dgyptest-link-incremental.py24 output = test.run_dumpbin('/disasm', full_path)
Dgyptest-link-ordering.py26 x for x in test.run_dumpbin('/disasm', full_path).splitlines()
Dgyptest-link-deffile.py28 output = test.run_dumpbin('/exports', full_path)
Dgyptest-cl-buffer-security-check.py27 output = test.run_dumpbin('/disasm', full_path)
Dgyptest-link-subsystem.py30 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
Dgyptest-link-defrelink.py29 output = test.run_dumpbin('/exports', full_path)
Dgyptest-cl-function-level-linking.py23 output = test.run_dumpbin('/headers', binary)
Dgyptest-link-base-address.py25 return test.run_dumpbin('/headers', full_path)
/external/chromium_org/tools/gyp/test/configurations/x64/
Dgyptest-x86.py26 output = test.run_dumpbin(
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py992 def run_dumpbin(self, *dumpbin_args): member in TestGypOnMSToolchain