Searched refs:run_dumpbin (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/tools/gyp/test/win/ |
D | gyptest-link-opt-ref.py | 23 output = test.run_dumpbin( 29 output = test.run_dumpbin( 35 output = test.run_dumpbin(
|
D | gyptest-link-opt-icf.py | 24 output = test.run_dumpbin( 30 output = test.run_dumpbin( 36 output = test.run_dumpbin(
|
D | gyptest-link-delay-load-dlls.py | 25 output = test.run_dumpbin( 30 output = test.run_dumpbin(
|
D | gyptest-link-force-symbol-reference.py | 22 output = test.run_dumpbin(
|
D | gyptest-link-tsaware.py | 23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
|
D | gyptest-link-nxcompat.py | 23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
|
D | gyptest-link-large-address-aware.py | 23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
|
D | gyptest-link-safeseh.py | 24 output = test.run_dumpbin('/LOADCONFIG', full_path)
|
D | gyptest-link-profile.py | 25 return test.run_dumpbin(full_path)
|
D | gyptest-link-aslr.py | 24 output = test.run_dumpbin('/headers', full_path)
|
D | gyptest-link-fixed-base.py | 24 return test.run_dumpbin('/headers', full_path)
|
D | gyptest-link-incremental.py | 24 output = test.run_dumpbin('/disasm', full_path)
|
D | gyptest-link-ordering.py | 26 x for x in test.run_dumpbin('/disasm', full_path).splitlines()
|
D | gyptest-link-deffile.py | 28 output = test.run_dumpbin('/exports', full_path)
|
D | gyptest-cl-buffer-security-check.py | 27 output = test.run_dumpbin('/disasm', full_path)
|
D | gyptest-link-subsystem.py | 30 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
|
D | gyptest-link-defrelink.py | 29 output = test.run_dumpbin('/exports', full_path)
|
D | gyptest-cl-function-level-linking.py | 23 output = test.run_dumpbin('/headers', binary)
|
D | gyptest-link-base-address.py | 25 return test.run_dumpbin('/headers', full_path)
|
/external/chromium_org/tools/gyp/test/configurations/x64/ |
D | gyptest-x86.py | 26 output = test.run_dumpbin(
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestGyp.py | 992 def run_dumpbin(self, *dumpbin_args): member in TestGypOnMSToolchain
|