Home
last modified time | relevance | path

Searched refs:ReadSleb128 (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_cfa_instructions.cpp190 offset = (int64_t)(memory_->ReadSleb128(instPtr)) * cie.dataAlignFactor; in DecodeDwCfa()
200 offset = (int64_t)(memory_->ReadSleb128(instPtr)) * cie.dataAlignFactor; in DecodeDwCfa()
206 offset = (int64_t)(memory_->ReadSleb128(instPtr)) * cie.dataAlignFactor; in DecodeDwCfa()
223 offset = memory_->ReadSleb128(instPtr) * static_cast<int64_t>(cie.codeAlignFactor); in DecodeDwCfa()
H A Ddfx_memory.cpp209 int64_t DfxMemory::ReadSleb128(uintptr_t& addr) in ReadSleb128() function in OHOS::HiviewDFX::DfxMemory
276 val = static_cast<uintptr_t>(ReadSleb128(addr)); in ReadEncodedValue()
H A Ddwarf_op.cpp130 OpPush(memory_->ReadSleb128(addr)); in Decode()
H A Ddwarf_section.cpp333 cieInfo.dataAlignFactor = (int32_t)memory_->ReadSleb128(ptr); in FillInCie()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h82 virtual int64_t ReadSleb128(uintptr_t& addr);
H A Ddwarf_op.h372 auto value = static_cast<SignedType>(memory_->ReadSleb128(exprPtr)); in OpBReg()
385 auto value = static_cast<SignedType>(memory_->ReadSleb128(exprPtr)); in OpBRegx()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp196 ASSERT_EQ(memory->ReadSleb128(addr), 2); in HWTEST_F()
404 ASSERT_EQ(memory->ReadSleb128(addr), 2); in HWTEST_F()

Completed in 5 milliseconds