Lines Matching refs:lastErrorData_
160 return lastErrorData_.GetCode();
164 return lastErrorData_.GetAddr();
268 UnwindErrorData lastErrorData_ {};
477 if (memset_s(&lastErrorData_, sizeof(UnwindErrorData), 0, sizeof(UnwindErrorData)) != 0) {
518 lastErrorData_.SetCode(UNW_ERROR_NOT_SUPPORT);
744 lastErrorData_.SetCode(UNW_ERROR_INVALID_CONTEXT);
761 lastErrorData_.SetCode(UNW_ERROR_MAX_FRAMES_EXCEEDED);
794 lastErrorData_.SetAddrAndCode(frame.pc, UNW_ERROR_REPEATED_FRAME);
822 lastErrorData_.SetCode(UNW_ERROR_MAX_FRAMES_EXCEEDED);
859 lastErrorData_.SetAddrAndCode(pc, UNW_ERROR_ILLEGAL_VALUE);
935 lastErrorData_.SetAddrAndCode(frame.pc, mapRet);
952 lastErrorData_.SetAddrAndCode(frame.pc, UNW_ERROR_STEP_ARK_FRAME);
976 lastErrorData_.SetAddrAndCode(frame.pc, utiRet);
987 lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode());
992 lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode());
1002 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode());
1008 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode());
1068 lastErrorData_.SetAddrAndCode(frame.pc, UNW_ERROR_ILLEGAL_VALUE);
1100 lastErrorData_.SetCode(errCode);