Lines Matching refs:lastErrorData_
93 (void)memset_s(&lastErrorData_, sizeof(UnwindErrorData), 0, sizeof(UnwindErrorData));
149 lastErrorData_.SetCode(UNW_ERROR_NO_UNWIND_INFO);
162 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_ILLEGAL_VALUE);
180 lastErrorData_.SetCode(UNW_ERROR_NO_UNWIND_INFO);
198 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_INVALID_ALIGNMENT);
205 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_ILLEGAL_VALUE);
211 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_CANT_UNWIND);
216 lastErrorData_.SetCode(UNW_ERROR_INVALID_PERSONALITY);
235 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_INVALID_MEMORY);
249 lastErrorData_.SetAddrAndCode(tabOffset, UNW_ERROR_INVALID_MEMORY);
260 lastErrorData_.SetAddrAndCode(tabOffset, UNW_ERROR_INVALID_MEMORY);
268 lastErrorData_.SetAddrAndCode(tabOffset, UNW_ERROR_INVALID_MEMORY);
281 lastErrorData_.SetCode(UNW_ERROR_INVALID_PERSONALITY);
287 lastErrorData_.SetCode(UNW_ERROR_INVALID_PERSONALITY);
301 lastErrorData_.SetCode(UNW_ERROR_NOT_SUPPORT);
383 lastErrorData_.SetCode(UNW_ERROR_ARM_EXIDX_SPARE);
429 lastErrorData_.SetCode(UNW_ERROR_CANT_UNWIND);
452 lastErrorData_.SetCode(UNW_ERROR_RESERVED_VALUE);
501 lastErrorData_.SetCode(UNW_ERROR_ARM_EXIDX_FINISH);