Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds