Home
last modified time | relevance | path

Searched refs:pcRange (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp242 uintptr_t pcRange = memory_->ReadEncodedValue(ptr, (fdeInfo.cie.pointerEncoding & 0x0F)); in FillInFde() local
260 fdeInfo.pcEnd = pcStart + pcRange; in FillInFde()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp694 std::string pcRange = line.substr(pos0 + strlen("pc=")); in ParseFdeResultFromFile() local
695 auto pos1 = pcRange.find(".."); in ParseFdeResultFromFile()
696 std::string pcStart = pcRange.substr(0, pos1); in ParseFdeResultFromFile()
697 std::string pcEnd = pcRange.substr(pos1 + strlen("..")); in ParseFdeResultFromFile()