Home
last modified time | relevance | path

Searched refs:readSLEB128 (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Ddwarf_helper.h83 intptr_t readSLEB128(const uint8_t** data) _GABIXX_HIDDEN;
Ddwarf_helper.cc70 intptr_t readSLEB128(const uint8_t** data) { in readSLEB128() function
163 result = static_cast<uintptr_t>(readSLEB128(&p)); in readEncodedPointer()
Dhelper_func_internal.cc147 int64_t ttypeIndex = readSLEB128(&action); in scanEHTable()
263 int64_t actionOffset = readSLEB128(&temp); in scanEHTable()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp202 readSLEB128(const uint8_t** data) in readSLEB128() function
245 result = static_cast<uintptr_t>(readSLEB128(&p)); in readEncodedPointer()
691 int64_t ttypeIndex = readSLEB128(&action); in scan_eh_tab()
849 int64_t actionOffset = readSLEB128(&temp); in scan_eh_tab()