HomeSort by relevance Sort by last modified time
    Searched full:disassembled (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/v8/src/
disasm.h 40 // Writes one disassembled instruction into 'buffer' (0-terminated).
41 // Returns the length of the disassembled machine instruction in bytes.
disassembler.h 16 // code into os. Returns the number of bytes disassembled or 1 if no
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho.s 19 # We are checking that second function is fully disassembled.
  /art/disassembler/
disassembler_mips.h 41 // Address and encoding of the last disassembled instruction.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
thumb_bl_out_of_range.s 47 # switch back to ARM mode so that stubs are disassembled correctly.
thumb_blx_out_of_range.s 52 # switch back to ARM mode so that stubs are disassembled correctly.
  /external/smali/smali/src/main/java/org/jf/smali/
OdexedInstructionException.java 43 return odexedInstruction + " is an odexed instruction. You cannot reassemble a disassembled odex file " +
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceFieldVisitor.java 37 * A {@link FieldVisitor} that prints a disassembled view of the fields it
TraceAbstractVisitor.java 103 * Prints a disassembled view of the given annotation.
125 * Prints a disassembled view of the given attribute.
TraceClassVisitor.java 45 * A {@link ClassVisitor} that prints a disassembled view of the classes it
110 * Prints a disassembled view of the given class to the standard output. <p>
135 System.err.println("Prints a disassembled view of the given class.");
  /toolchain/binutils/binutils-2.25/include/
dis-asm.h 91 /* An array of pointers to symbols either at the location being disassembled
92 or at the start of the function being disassembled. The array is sorted
111 relocations associated with the instruction being disassembled. */
123 address of the stuff to be disassembled, MYADDR is the address to
187 they will be disassembled. If there are fewer than
  /external/google-breakpad/src/processor/
disassembler_x86.h 76 // Indicates whether the current disassembled instruction was valid.
  /external/llvm/include/llvm/MC/
MCSymbolizer.h 31 /// \brief Symbolize and annotate disassembled instructions.
  /external/vixl/doc/topics/
extending-the-disassembler.md 6 aliases for register names, or add an offset to disassembled addresses.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
math.s 4 # They will be disassembled as they're macro counterparts (eg: asl r0,r1).
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb.s 156 @ The following will be disassembled incorrectly if we do not
  /external/valgrind/VEX/priv/
s390_disasm.c 287 /* The first argument is the command that says how to write the disassembled
300 HChar buf[128]; /* holds the disassembled insn */
472 /* Finally, write out the disassembled insn */
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 546 * already been disassembled. If an address cannot be resolved from the
547 * operand, or if the address has already been disassembled, this routine
548 * should return -1; in all other cases the RVA to be disassembled next
563 * insn : Structure to fill with disassembled instruction
571 * is successfully disassembled. The 'range' refers to the
588 * is successfully disassembled.
    [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.1.in 157 Write the disassembled
  /external/llvm/docs/
MarkedUpDisassembly.rst 85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DumpFields.java 164 .withDescription("The numeric api-level of the file being disassembled. If not " +
DumpVtables.java 168 .withDescription("The numeric api-level of the file being disassembled. If not " +
  /external/v8/test/cctest/
test-disasm-ppc.cc 53 "disassembled: \n"
  /external/vixl/examples/
custom-disassembler.cc 35 // We override this method to specify how register names should be disassembled.
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 132 pOutput << "Disassembled code: " << pFuncName << "\n";

Completed in 940 milliseconds

1 2 3 4 5 6