HomeSort by relevance Sort by last modified time
    Searched full:leb128 (Results 51 - 73 of 73) sorted by null

1 23

  /dalvik/libdex/
DexDebugInfo.cpp 23 #include "Leb128.h"
DexFile.cpp 25 #include "Leb128.h"
DexSwapVerify.cpp 26 #include "Leb128.h"
    [all...]
  /dalvik/docs/
dex-format.html 63 <td>signed LEB128, variable-length (see below)</td>
67 <td>unsigned LEB128, variable-length (see below)</td>
71 <td>unsigned LEB128 plus <code>1</code>, variable-length (see below)</td>
76 <h3>LEB128</h3>
78 <p>LEB128 ("<b>L</b>ittle-<b>E</b>ndian <b>B</b>ase <b>128</b>") is a
82 specification. In a <code>.dex</code> file, LEB128 is only ever used to
85 <p>Each LEB128 encoded value consists of one to five
91 byte and so on. In the case of a signed LEB128 (<code>sleb128</code>),
99 <tr><th colspan="16">Bitwise diagram of a two-byte LEB128 value</th></tr>
139 <table class="leb128">
    [all...]
  /docs/source.android.com/src/tech/dalvik/
dex-format.html 63 <td>signed LEB128, variable-length (see below)</td>
67 <td>unsigned LEB128, variable-length (see below)</td>
71 <td>unsigned LEB128 plus <code>1</code>, variable-length (see below)</td>
76 <h3>LEB128</h3>
78 <p>LEB128 ("<b>L</b>ittle-<b>E</b>ndian <b>B</b>ase <b>128</b>") is a
82 specification. In a <code>.dex</code> file, LEB128 is only ever used to
85 <p>Each LEB128 encoded value consists of one to five
91 byte and so on. In the case of a signed LEB128 (<code>sleb128</code>),
99 <tr><th colspan="16">Bitwise diagram of a two-byte LEB128 value</th></tr>
139 <table class="leb128">
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 353 /// EmitSLEB128 - emit the specified signed leb128 value.
356 /// EmitULEB128 - emit the specified unsigned leb128 value.
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 479 * Reads a variable-length unsigned LEB128 value. Does not attempt to
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 308 /// HasLEB128 - True if target asm supports leb128 directives.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 408 /// 3. an unsigned LEB128 number indicating the number of distinct inlining
DwarfException.cpp 559 // The table begins with the number of bytes, stored as an LEB128
DwarfDebug.cpp     [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 29 #include "libdex/Leb128.h"
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 372 * moved past end of leb128 data */
    [all...]
readdwarf.c 242 * moved past end of leb128 data */
    [all...]
  /dalvik/vm/reflect/
Annotation.cpp 58 * Read an unsigned LEB128 value from a buffer. Advances "pBuf".
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/
ld 
ld.gold 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-ld 
arm-linux-androideabi-ld.gold 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ld 
ld.gold 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-ld 
arm-eabi-ld.gold 

Completed in 2527 milliseconds

1 23