Home
last modified time | relevance | path

Searched refs:ptrOffset (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp742 auto ptrOffset = ptr - reinterpret_cast<uintptr_t>(GetMmapPtr()); in FillUnwindTableByEhhdr() local
743 MAYBE_UNUSED uintptr_t ehFrameStart = mmap_->ReadEncodedValue(ptrOffset, hdr->ehFramePtrEnc); in FillUnwindTableByEhhdr()
744 uintptr_t fdeCount = mmap_->ReadEncodedValue(ptrOffset, hdr->fdeCountEnc); in FillUnwindTableByEhhdr()
747 ptr = reinterpret_cast<uintptr_t>(GetMmapPtr()) + ptrOffset; in FillUnwindTableByEhhdr()

Completed in 2 milliseconds