Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_cfa_instructions.cpp88 pcOffset += (value * cie.codeAlignFactor); in DecodeDwCfa()
93 pcOffset += (value * cie.codeAlignFactor); in DecodeDwCfa()
95 … static_cast<uint64_t>(value * cie.codeAlignFactor), static_cast<uint64_t>(pcOffset)); in DecodeDwCfa()
99 pcOffset += (value * cie.codeAlignFactor); in DecodeDwCfa()
104 offset = (int64_t)(memory_->ReadUleb128(instPtr) * cie.codeAlignFactor); in DecodeDwCfa()
211 offset = (int64_t)(memory_->ReadUleb128(instPtr) * cie.codeAlignFactor); in DecodeDwCfa()
222 offset = memory_->ReadSleb128(instPtr) * static_cast<int64_t>(cie.codeAlignFactor); in DecodeDwCfa()
278 pcOffset += operand * cie.codeAlignFactor; in DecodeDwCfa()
H A Ddwarf_section.cpp328 cieInfo.codeAlignFactor = (uint32_t)memory_->ReadUleb128(ptr); in FillInCie()
329 LOGU("codeAlignFactor: %d", cieInfo.codeAlignFactor); in FillInCie()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_define.h211 uint32_t codeAlignFactor = 0; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp563 ASSERT_EQ(cie.codeAlignFactor, 1);