Searched refs:GetMmapPtr (Results 1 – 5 of 5) sorted by relevance
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()[all …]
97 OHOS::HiviewDFX::DfxElf::GetMmapPtr*;
55 uint8_t *addr = minidebugInfo->offset + const_cast<uint8_t*>(elf.GetMmapPtr());
742 uint64_t loadbase = reinterpret_cast<uint64_t>(elf->GetMmapPtr());
65 const uint8_t* GetMmapPtr();