Home
last modified time | relevance | path

Searched refs:pcEnd (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwind_loc.h51 uintptr_t pcEnd = 0; member
H A Ddwarf_define.h231 uintptr_t pcEnd = 0; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp47 if (pc >= fdeInfo.pcStart && pc < fdeInfo.pcEnd) { in LinearSearchEntry()
127 if (pc < fdeInfo.pcStart || pc >= fdeInfo.pcEnd) { in Step()
129 (void*)pc, (void*)fdeInfo.pcStart, (void*)fdeInfo.pcEnd); in Step()
261 fdeInfo.pcEnd = pcStart + pcRange; in FillInFde()
262 DFXLOGU("FDE pcStart: %{public}p, pcEnd: %{public}p", (void*)(fdeInfo.pcStart), (void*)(fdeInfo.pcEnd)); in FillInFde()
H A Ddwarf_cfa_instructions.cpp45 rsState.pcEnd = pcOffset; in Iterate()
49 rsState.pcEnd = fde.pcEnd; in Iterate()
64 DFXLOGU("rsState pcStart=%{public}" PRIx64 ", pcEnd=%{public}" PRIx64 "", in Iterate()
65 (uint64_t)rsState.pcStart, (uint64_t)rsState.pcEnd); in Iterate()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp693 std::string pcEnd = pcRange.substr(pos1 + strlen("..")); in ParseFdeResultFromFile() local
695 result->relPcEnd = std::stoul(pcEnd, nullptr, HEX); in ParseFdeResultFromFile()
778 ASSERT_EQ(fde.pcEnd, fdeResult->relPcEnd + loadbase); in HWTEST_F()

Completed in 4 milliseconds