Lines Matching refs:fdeCount
696 uintptr_t fdeCount = memory->ReadEncodedValue(ptr, hdr->fdeCountEnc);
697 DFXLOGU("[%{public}d]: ehFrameStart: %{public}" PRIx64 ", fdeCount: %{public}d", __LINE__,
698 (uint64_t)ehFrameStart, (int)fdeCount);
703 fdeCount = ~0UL;
710 uti->tableLen = fdeCount;
714 uti->tableLen = (fdeCount * sizeof(DwarfTableEntry)) / sizeof(uintptr_t);
744 uintptr_t fdeCount = mmap_->ReadEncodedValue(ptrOffset, hdr->fdeCountEnc);
745 DFXLOGU("[%{public}d]: ehFrameStart: %{public}" PRIx64 ", fdeCount: %{public}d", __LINE__,
746 (uint64_t)ehFrameStart, (int)fdeCount);
752 fdeCount = ~0UL;
759 uti->tableLen = fdeCount;
764 uti->tableLen = (fdeCount * sizeof(DwarfTableEntry)) / sizeof(uintptr_t);