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

  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.cc 70 intptr_t readSLEB128(const uint8_t** data) {
163 result = static_cast<uintptr_t>(readSLEB128(&p));
  /external/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...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 197 readSLEB128(const uint8_t** data)
240 result = static_cast<uintptr_t>(readSLEB128(&p));
684 int64_t ttypeIndex = readSLEB128(&action);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 400 static uintptr_t readSLEB128(const uint8_t **data) {
471 result = readSLEB128(&p);
585 typeOffset = readSLEB128(&actionPos);
587 actionOffset = readSLEB128(&tempActionPos);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 84 milliseconds