Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h81 unsigned char ehFramePtrEnc = 0; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp692 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__, in FillUnwindTableByEhhdrLocal()
693 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc); in FillUnwindTableByEhhdrLocal()
695 MAYBE_UNUSED uintptr_t ehFrameStart = memory->ReadEncodedValue(ptr, hdr->ehFramePtrEnc); in FillUnwindTableByEhhdrLocal()
705 if (hdr->ehFramePtrEnc == DW_EH_PE_omit) { in FillUnwindTableByEhhdrLocal()
706 DFXLOGE("[%{public}d]: ehFramePtrEnc(%{public}x) error", __LINE__, hdr->ehFramePtrEnc); in FillUnwindTableByEhhdrLocal()
739 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__, in FillUnwindTableByEhhdr()
740 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc); in FillUnwindTableByEhhdr()
743 MAYBE_UNUSED uintptr_t ehFrameStart = mmap_->ReadEncodedValue(ptrOffset, hdr->ehFramePtrEnc); in FillUnwindTableByEhhdr()
754 if (hdr->ehFramePtrEnc in FillUnwindTableByEhhdr()
[all...]

Completed in 2 milliseconds