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

  /ndk/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/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 399 static uintptr_t readSLEB128(const uint8_t **data) {
470 result = readSLEB128(&p);
584 typeOffset = readSLEB128(&actionPos);
586 actionOffset = readSLEB128(&tempActionPos);
    [all...]

Completed in 4138 milliseconds