Searched refs:pcEnd (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_section.cpp | 47 if (pc >= fdeInfo.pcStart && pc < fdeInfo.pcEnd) { in LinearSearchEntry() 127 if (pc < fdeInfo.pcStart || pc >= fdeInfo.pcEnd) { in Step() 128 … LOGU("pc: %p, FDE start: %p, end: %p", (void*)pc, (void*)fdeInfo.pcStart, (void*)fdeInfo.pcEnd); in Step() 260 fdeInfo.pcEnd = pcStart + pcRange; in FillInFde() 261 LOGU("FDE pcStart: %p, pcEnd: %p", (void*)(fdeInfo.pcStart), (void*)(fdeInfo.pcEnd)); in FillInFde()
|
H A D | dwarf_cfa_instructions.cpp | 45 rsState.pcEnd = pcOffset; in Iterate() 49 rsState.pcEnd = fde.pcEnd; in Iterate() 64 …State pcStart=%" PRIx64 ", pcEnd=%" PRIx64 "", (uint64_t)rsState.pcStart, (uint64_t)rsState.pcEnd); in Iterate()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwind_loc.h | 51 uintptr_t pcEnd = 0; member
|
H A D | dwarf_define.h | 231 uintptr_t pcEnd = 0; member
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 697 std::string pcEnd = pcRange.substr(pos1 + strlen("..")); in ParseFdeResultFromFile() local 699 result->relPcEnd = std::stoul(pcEnd, nullptr, HEX); in ParseFdeResultFromFile() 782 ASSERT_EQ(fde.pcEnd, fdeResult->relPcEnd + loadbase);
|