HomeSort by relevance Sort by last modified time
    Searched defs:disassemble (Results 1 - 24 of 24) sorted by null

  /external/lldb/examples/python/
gdb_disassemble.py 3 def disassemble(debugger, command, result, dict): function
23 lldb.debugger.HandleCommand('command script add -f gdb_disassemble.disassemble gdb-disassemble')
24 print 'Installed "gdb-disassemble" command for disassembly
  /external/llvm/tools/llvm-c-test/
disassemble.c 1 /*===-- disassemble.c - tool for testing libLLVM and llvm-c API -----------===*\
10 |* This file implements the --disassemble command in llvm-c-test. *|
11 |* --disassemble reads lines from stdin, parses them as a triple and hex *|
80 int disassemble(void) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 9 __all__ = ["dis", "disassemble", "distb", "disco",
17 """Disassemble classes, methods, functions, or code.
19 With no argument, disassemble the last traceback.
43 disassemble(x)
48 "don't know how to disassemble %s objects" % \
52 """Disassemble a traceback (default: last traceback)."""
57 raise RuntimeError, "no last traceback to disassemble"
59 disassemble(tb.tb_frame.f_code, tb.tb_lasti)
61 def disassemble(co, lasti=-1): function
62 """Disassemble a code object.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 9 __all__ = ["dis", "disassemble", "distb", "disco",
17 """Disassemble classes, methods, functions, or code.
19 With no argument, disassemble the last traceback.
43 disassemble(x)
48 "don't know how to disassemble %s objects" % \
52 """Disassemble a traceback (default: last traceback)."""
57 raise RuntimeError, "no last traceback to disassemble"
59 disassemble(tb.tb_frame.f_code, tb.tb_lasti)
61 def disassemble(co, lasti=-1): function
62 """Disassemble a code object.""
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 61 // Disassemble it to strings.
157 int Disassembler::disassemble(const Target &T, function in class:Disassembler
llvm-mc.cpp 181 clEnumValN(AC_Disassemble, "disassemble",
182 "Disassemble strings of hex bytes"),
480 bool disassemble = false; local
492 disassemble = true;
495 disassemble = true;
498 if (disassemble)
499 Res = Disassembler::disassemble(*TheTarget, TripleName, *STI, *Str,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 6 def disassemble(func): function
17 return disassemble(compile(line, '', 'single'))
26 asm = disassemble(unot)
46 asm = disassemble(f)
54 self.assertIn('LOAD_CONST', disassemble(f))
55 self.assertNotIn('LOAD_GLOBAL', disassemble(f))
63 asm = disassemble(f)
182 asm = disassemble(f)
191 asm = disassemble(f)
207 asm = disassemble(f
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 6 def disassemble(func): function
17 return disassemble(compile(line, '', 'single'))
26 asm = disassemble(unot)
46 asm = disassemble(f)
54 self.assertIn('LOAD_CONST', disassemble(f))
55 self.assertNotIn('LOAD_GLOBAL', disassemble(f))
63 asm = disassemble(f)
182 asm = disassemble(f)
191 asm = disassemble(f)
207 asm = disassemble(f
    [all...]
  /external/lldb/test/
lldbutil.py 36 def disassemble(target, function_or_symbol): function
37 """Disassemble the function or symbol given a target.
  /system/core/libpixelflinger/codeflinger/
disassem.c 708 disassemble(u_int address) function
ARMAssembler.cpp 86 void ARMAssembler::disassemble(const char* name) function in class:android::ARMAssembler
103 ::disassemble((uintptr_t)i);
198 disassemble(name);
ARMAssemblerProxy.cpp 55 void ARMAssemblerProxy::disassemble(const char* name) { function in class:android::ARMAssemblerProxy
56 return mTarget->disassemble(name);
Arm64Assembler.cpp 226 void ArmToArm64Assembler::disassemble(const char* name) function in class:android::ArmToArm64Assembler
327 disassemble(name);
    [all...]
MIPSAssembler.cpp 142 void ArmToMipsAssembler::disassemble(const char* name) function in class:android::ArmToMipsAssembler
144 mMips->disassemble(name);
1322 void MIPSAssembler::disassemble(const char* name) function in class:android::MIPSAssembler
    [all...]
  /dalvik/dexdump/
DexDump.cpp 63 bool disassemble; member in struct:Options
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/chromium_org/v8/src/
debug-debugger.js 558 Debug.disassemble = function(f) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 966 milliseconds