Lines Matching refs:GetMmapPtr
223 …if (!UnwinderConfig::GetEnableMiniDebugInfo() || miniDebugInfo_ == nullptr || GetMmapPtr() == null… in InitEmbeddedElf()
226 uint8_t *addr = miniDebugInfo_->offset + const_cast<uint8_t*>(GetMmapPtr()); in InitEmbeddedElf()
432 …if ((GetSectionInfo(shdr, NOTE_GNU_BUILD_ID) || GetSectionInfo(shdr, NOTES)) && GetMmapPtr() != nu… in GetBuildId()
433 … std::string buildIdHex = GetBuildId((uint64_t)((char*)GetMmapPtr() + shdr.offset), shdr.size); in GetBuildId()
736 auto ptrOffset = ptr - reinterpret_cast<uintptr_t>(GetMmapPtr()); in FillUnwindTableByEhhdr()
740 ptr = reinterpret_cast<uintptr_t>(GetMmapPtr()) + ptrOffset; in FillUnwindTableByEhhdr()
796 if (GetSectionInfo(shdr, EH_FRAME_HDR) && GetMmapPtr() != nullptr) { in FindUnwindTableInfo()
798 hdr = (struct DwarfEhFrameHdr *) (shdr.offset + (char *)GetMmapPtr()); in FindUnwindTableInfo()
799 } else if (GetSectionInfo(shdr, EH_FRAME) && GetMmapPtr() != nullptr) { in FindUnwindTableInfo()
807 synthHdr.ehFrame = (ElfW(Addr))(shdr.offset + (char*)GetMmapPtr()); in FindUnwindTableInfo()
967 const uint8_t* DfxElf::GetMmapPtr() in GetMmapPtr() function in OHOS::HiviewDFX::DfxElf