Searched refs:pr_cache (Results 1 – 4 of 4) sorted by relevance
115 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()171 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()183 ucbp->pr_cache.additional); in unwindOneFrame()493 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()494 exception_object->pr_cache.ehtp = in unwind_phase1()496 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()503 exception_object->pr_cache.fnstart, in unwind_phase1()504 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()505 exception_object->pr_cache.additional); in unwind_phase1()606 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()[all …]
146 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()148 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace()
136 } pr_cache; member
104 } pr_cache; member