Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwind_context.h36 uintptr_t endPc = 0; member
48 uintptr_t endPc; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp377 DFXLOGU("Elf endPc: %{public}" PRIx64 "", (uint64_t)endPc_); in GetEndPc()
776 if (hasTableInfo_ && pc >= uti_.startPc && pc < uti_.endPc) { in FindUnwindTableInfo()
786 uti.endPc = GetEndPc(); in FindUnwindTableInfo()
787 if (pc < uti.startPc || pc >= uti.endPc) { in FindUnwindTableInfo()
788 DFXLOGU("Elf startPc: %{public}" PRIx64 ", endPc: %{public}" PRIx64 "", in FindUnwindTableInfo()
789 (uint64_t)uti.startPc, (uint64_t)uti.endPc); in FindUnwindTableInfo()
916 uti->endPc = uti->startPc + pText->p_memsz; in DlPhdrCb()
H A Ddfx_accessors.cpp235 if (pc >= ctx->di.startPc && pc < ctx->di.endPc) { in FindUnwindTable()
H A Ddwarf_section.cpp44 while (i++ < fdeCount && ptr < uti.endPc) { in LinearSearchEntry()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp749 uint64_t endPc = startPc + 0xa8ec0; in HWTEST_F() local
750 printf("startPc:%p endPc:%p\n", reinterpret_cast<void*>(startPc), reinterpret_cast<void*>(endPc)); in HWTEST_F()
758 ASSERT_EQ(info.endPc, endPc); in HWTEST_F()

Completed in 5 milliseconds