Searched refs:gp (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwind_context.h | 37 uintptr_t gp = 0; /* global-pointer in effect for this entry */ member 51 uintptr_t gp; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf.cpp | 665 uti->gp = 0;
in FillUnwindTableByExidx() 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() 694 memory->SetDataOffset(uti->gp);
in FillUnwindTableByEhhdrLocal() 738 uti->gp = GetGlobalPointer();
in FillUnwindTableByEhhdr() 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() 741 mmap_->SetDataOffset(uti->gp);
in FillUnwindTableByEhhdr() 936 uti->gp = dyn->d_un.d_ptr;
in DlPhdrCb() 941 uti->gp in DlPhdrCb() [all...] |
Completed in 2 milliseconds