Lines Matching refs:fdeCountEnc
692 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__,
693 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc);
696 uintptr_t fdeCount = memory->ReadEncodedValue(ptr, hdr->fdeCountEnc);
702 if (hdr->fdeCountEnc == DW_EH_PE_omit) {
739 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__,
740 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc);
744 uintptr_t fdeCount = mmap_->ReadEncodedValue(ptrOffset, hdr->fdeCountEnc);
751 if (hdr->fdeCountEnc == DW_EH_PE_omit) {
813 synthHdr.fdeCountEnc = DW_EH_PE_omit;
958 synthHdr.fdeCountEnc = DW_EH_PE_omit;