HomeSort by relevance Sort by last modified time
    Searched refs:readSLEB128 (Results 1 - 21 of 21) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
dwarf_helper.h 83 intptr_t readSLEB128(const uint8_t** data) _GABIXX_HIDDEN;
dwarf_helper.cc 70 intptr_t readSLEB128(const uint8_t** data) {
163 result = static_cast<uintptr_t>(readSLEB128(&p));
helper_func_internal.cc 147 int64_t ttypeIndex = readSLEB128(&action);
263 int64_t actionOffset = readSLEB128(&temp);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
dwarf_helper.h 83 intptr_t readSLEB128(const uint8_t** data) _GABIXX_HIDDEN;
dwarf_helper.cc 70 intptr_t readSLEB128(const uint8_t** data) {
163 result = static_cast<uintptr_t>(readSLEB128(&p));
helper_func_internal.cc 147 int64_t ttypeIndex = readSLEB128(&action);
263 int64_t actionOffset = readSLEB128(&temp);
  /external/libcxxabi/src/
cxa_personality.cpp 213 readSLEB128(const uint8_t** data)
255 result = static_cast<uintptr_t>(readSLEB128(&p));
704 int64_t ttypeIndex = readSLEB128(&action);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 202 readSLEB128(const uint8_t** data)
245 result = static_cast<uintptr_t>(readSLEB128(&p));
691 int64_t ttypeIndex = readSLEB128(&action);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 213 readSLEB128(const uint8_t** data)
255 result = static_cast<uintptr_t>(readSLEB128(&p));
698 int64_t ttypeIndex = readSLEB128(&action);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 401 static uintptr_t readSLEB128(const uint8_t **data) {
472 result = readSLEB128(&p);
586 typeOffset = readSLEB128(&actionPos);
588 actionOffset = readSLEB128(&tempActionPos);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 406 static uintptr_t readSLEB128(const uint8_t **data) {
453 result = readSLEB128(&p);
566 typeOffset = readSLEB128(&actionPos);
568 actionOffset = readSLEB128(&tempActionPos);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 167 int64_t readSLEB128();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 215 int64_t readSLEB128(const char **error);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 1513 milliseconds