Lines Matching refs:ehFramePtrEnc
692 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__,
693 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc);
695 MAYBE_UNUSED uintptr_t ehFrameStart = memory->ReadEncodedValue(ptr, hdr->ehFramePtrEnc);
705 if (hdr->ehFramePtrEnc == DW_EH_PE_omit) {
706 DFXLOGE("[%{public}d]: ehFramePtrEnc(%{public}x) error", __LINE__, hdr->ehFramePtrEnc);
739 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__,
740 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc);
743 MAYBE_UNUSED uintptr_t ehFrameStart = mmap_->ReadEncodedValue(ptrOffset, hdr->ehFramePtrEnc);
754 if (hdr->ehFramePtrEnc == DW_EH_PE_omit) {
755 DFXLOGE("[%{public}d]: ehFramePtrEnc(%{public}x) error", __LINE__, hdr->ehFramePtrEnc);
811 synthHdr.ehFramePtrEnc = DW_EH_PE_absptr |
956 synthHdr.ehFramePtrEnc = DW_EH_PE_absptr |