Home
last modified time | relevance | path

Searched refs:GetMmapPtr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp223 …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 …]
H A Dlibunwinder.map97 OHOS::HiviewDFX::DfxElf::GetMmapPtr*;
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dxz_util_test.cpp55 uint8_t *addr = minidebugInfo->offset + const_cast<uint8_t*>(elf.GetMmapPtr());
H A Ddwarf_test.cpp742 uint64_t loadbase = reinterpret_cast<uint64_t>(elf->GetMmapPtr());
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h65 const uint8_t* GetMmapPtr();