Searched refs:lastErrorData_ (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arm_exidx.cpp | 93 (void)memset_s(&lastErrorData_, sizeof(UnwindErrorData), 0, sizeof(UnwindErrorData)); in ArmExidx() 149 lastErrorData_.SetCode(UNW_ERROR_NO_UNWIND_INFO); in SearchEntry() 162 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_ILLEGAL_VALUE); in SearchEntry() 180 lastErrorData_.SetCode(UNW_ERROR_NO_UNWIND_INFO); in SearchEntry() 198 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_INVALID_ALIGNMENT); in ExtractEntryData() 205 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_ILLEGAL_VALUE); in ExtractEntryData() 211 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_CANT_UNWIND); in ExtractEntryData() 216 lastErrorData_.SetCode(UNW_ERROR_INVALID_PERSONALITY); in ExtractEntryData() 235 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_INVALID_MEMORY); in ExtractEntryData() 249 lastErrorData_ in ExtractEntryTab() [all...] |
H A D | dwarf_section.cpp | 33 (void)memset_s(&lastErrorData_, sizeof(UnwindErrorData), 0, sizeof(UnwindErrorData));
in DwarfSection() 80 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_INVALID_MEMORY);
in SearchEntry() 86 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_INVALID_MEMORY);
in SearchEntry() 102 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_INVALID_MEMORY);
in SearchEntry() 123 lastErrorData_.SetAddrAndCode(fdeAddr, UNW_ERROR_DWARF_INVALID_FDE);
in Step() 135 lastErrorData_.SetAddrAndCode(pc, UNW_ERROR_DWARF_INVALID_INSTR);
in Step() 303 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_UNSUPPORTED_VERSION);
in FillInCie()
|
H A D | unwinder.cpp | 160 return lastErrorData_.GetCode(); in GetLastErrorCode() 164 return lastErrorData_.GetAddr(); in GetLastErrorAddr() 268 UnwindErrorData lastErrorData_ {}; 477 if (memset_s(&lastErrorData_, sizeof(UnwindErrorData), 0, sizeof(UnwindErrorData)) != 0) { in Clear() 518 lastErrorData_.SetCode(UNW_ERROR_NOT_SUPPORT); in UnwindLocalWithTid() 744 lastErrorData_.SetCode(UNW_ERROR_INVALID_CONTEXT); in Unwind() 761 lastErrorData_.SetCode(UNW_ERROR_MAX_FRAMES_EXCEEDED); in Unwind() 794 lastErrorData_.SetAddrAndCode(frame.pc, UNW_ERROR_REPEATED_FRAME); in Unwind() 822 lastErrorData_.SetCode(UNW_ERROR_MAX_FRAMES_EXCEEDED); in UnwindByFp() 859 lastErrorData_ in FpStep() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 38 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); }
in GetLastErrorCode() 39 const uint64_t& GetLastErrorAddr() { return lastErrorData_.GetAddr(); }
in GetLastErrorAddr() 51 UnwindErrorData lastErrorData_;
member in OHOS::HiviewDFX::DwarfSection
|
H A D | arm_exidx.h | 49 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() 50 const uint64_t& GetLastErrorAddr() { return lastErrorData_.GetAddr(); } in GetLastErrorAddr() 88 UnwindErrorData lastErrorData_; member in OHOS::HiviewDFX::ArmExidx
|
Completed in 4 milliseconds