HomeSort by: relevance | last modified time | path
    Searched refs:Disassemble (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
disassemble.py 19 class Disassemble(perftest.TestCaseWithBasicMeasurements):
21 super(Disassemble, self).__init__("disassemble")
24 do_test_command = "disassemble evaluate_subexp_do_call"
34 do_test_command = "disassemble %s" % func
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
disassemble.py 19 class Disassemble(perftest.TestCaseWithBasicMeasurements):
21 super(Disassemble, self).__init__("disassemble")
24 do_test_command = "disassemble evaluate_subexp_do_call"
34 do_test_command = "disassemble %s" % func
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.h 43 extern bool Disassemble;
llvm-objdump.cpp 181 bool objdump::Disassemble;
955 // Disassemble a real instruction and record function-local branch labels.
1232 // Disassemble symbol by symbol.
1238 // Skip if --disassemble-symbols is not empty and the symbol is not in
1289 // If there is a failure, we disassemble the failed region as bytes before
1322 // situation where we must print the data and not disassemble it.
1365 // When -z or --disassemble-zeroes are given we always dissasemble
1387 // Disassemble a real instruction or a data when disassemble all is
1546 reportWarning("failed to disassemble missing symbol " + Sym, FileName)
    [all...]
MachODump.cpp 1897 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase ||
1925 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo)
1944 else if (Disassemble) {
7500 // Disassemble symbol by symbol.
7527 // When this code is trying to disassemble a symbol at a time and in the
7688 // Reading the symbol table didn't work, disassemble the whole section.
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 1360 sub Disassemble {
1591 # If the symbol table contains inlining info, Disassemble() may tag an
1642 # Disassemble all instructions (just to get line numbers)
1643 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
1934 # Disassemble all instructions
1935 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 1345 sub Disassemble {
1576 # If the symbol table contains inlining info, Disassemble() may tag an
1627 # Disassemble all instructions (just to get line numbers)
1628 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
1919 # Disassemble all instructions
1920 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);

Completed in 48 milliseconds