Searched refs:fdeCountEnc (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_elf_define.h | 82 unsigned char fdeCountEnc = 0; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf.cpp | 692 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__,
in FillUnwindTableByEhhdrLocal() 693 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc);
in FillUnwindTableByEhhdrLocal() 696 uintptr_t fdeCount = memory->ReadEncodedValue(ptr, hdr->fdeCountEnc);
in FillUnwindTableByEhhdrLocal() 702 if (hdr->fdeCountEnc == DW_EH_PE_omit) {
in FillUnwindTableByEhhdrLocal() 739 DFXLOGU("[%{public}d]: gp: %{public}" PRIx64 ", ehFramePtrEnc: %{public}x, fdeCountEnc: %{public}x", __LINE__,
in FillUnwindTableByEhhdr() 740 (uint64_t)uti->gp, hdr->ehFramePtrEnc, hdr->fdeCountEnc);
in FillUnwindTableByEhhdr() 744 uintptr_t fdeCount = mmap_->ReadEncodedValue(ptrOffset, hdr->fdeCountEnc);
in FillUnwindTableByEhhdr() 751 if (hdr->fdeCountEnc == DW_EH_PE_omit) {
in FillUnwindTableByEhhdr() 813 synthHdr.fdeCountEnc = DW_EH_PE_omit;
in FindUnwindTableInfo() 958 synthHdr.fdeCountEnc in DlPhdrCb() [all...] |
Completed in 2 milliseconds