/external/elfutils/tests/ |
asm-tst9.c | 138 printf ("cannot insert sleb %" PRId32 ": %s\n", 152 printf ("cannot insert sleb %" PRId32 ": %s\n",
|
/toolchain/binutils/binutils-2.27/gold/ |
int_encoding.h | 61 // Read an SLEB 128 encoded integer from BUFFER. Return the length of the
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 108 /// length storage format (ULEB or SLEB numbers or blocks) or the size 124 /// is always encoded using a variable length storage format (ULEB or SLEB
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 112 /// length storage format (ULEB or SLEB numbers or blocks) or the size 128 /// is always encoded using a variable length storage format (ULEB or SLEB
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 112 /// length storage format (ULEB or SLEB numbers or blocks) or the size 128 /// is always encoded using a variable length storage format (ULEB or SLEB
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 108 /// length storage format (ULEB or SLEB numbers or blocks) or the size 124 /// is always encoded using a variable length storage format (ULEB or SLEB
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 112 /// length storage format (ULEB or SLEB numbers or blocks) or the size 128 /// is always encoded using a variable length storage format (ULEB or SLEB
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 112 /// length storage format (ULEB or SLEB numbers or blocks) or the size 128 /// is always encoded using a variable length storage format (ULEB or SLEB
|
/external/llvm/tools/obj2yaml/ |
macho2yaml.cpp | 277 int64_t SLEB = 0; 296 SLEB = decodeSLEB128(OpCode + 1, &Count); 297 BindOp.SLEBExtraData.push_back(SLEB);
|
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | [all...] |
/art/compiler/debug/dwarf/ |
dwarf_test.cc | 37 // Pick offset value which would catch Uleb vs Sleb errors.
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
PTXMCAsmStreamer.cpp | 396 assert(MAI.hasLEB128() && "Cannot print a .sleb");
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 138 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
ns32k.h | 401 { "sleb", 11,16, 0x3bc, "1B", 0, "", DEF_MODEC,DEF_MODEL },
|
/toolchain/binutils/binutils-2.27/binutils/ |
dwarf.c | [all...] |
ChangeLog-2011 | 777 (SLEB macro): Use new read_sleb128 function.
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCAsmStreamer.cpp | 650 assert(MAI.hasLEB128() && "Cannot print a .sleb"); [all...] |
/external/elfutils/src/ |
readelf.c | 4245 int64_t sleb; local [all...] |