Searched refs:SetAddrAndCode (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arm_exidx.cpp | 162 lastErrorData_.SetAddrAndCode(ptr, UNW_ERROR_ILLEGAL_VALUE); 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() 235 lastErrorData_.SetAddrAndCode(entryOffset, UNW_ERROR_INVALID_MEMORY); in ExtractEntryData() 249 lastErrorData_.SetAddrAndCode(tabOffset, UNW_ERROR_INVALID_MEMORY); in ExtractEntryTab() 260 lastErrorData_.SetAddrAndCode(tabOffset, UNW_ERROR_INVALID_MEMORY); in ExtractEntryTab() 268 lastErrorData_.SetAddrAndCode(tabOffset, UNW_ERROR_INVALID_MEMORY); in ExtractEntryTab()
|
H A D | dwarf_section.cpp | 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 | 794 lastErrorData_.SetAddrAndCode(frame.pc, UNW_ERROR_REPEATED_FRAME); in Unwind() 859 lastErrorData_.SetAddrAndCode(pc, UNW_ERROR_ILLEGAL_VALUE); in FpStep() 935 lastErrorData_.SetAddrAndCode(frame.pc, mapRet); in StepInner() 952 lastErrorData_.SetAddrAndCode(frame.pc, UNW_ERROR_STEP_ARK_FRAME); in StepInner() 976 lastErrorData_.SetAddrAndCode(frame.pc, utiRet); in StepInner() 987 lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner() 992 lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner() 1002 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner() 1008 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner() 1068 lastErrorData_.SetAddrAndCode(fram in StepInner() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_errors.h | 96 inline void SetAddrAndCode([[maybe_unused]] T1 addr, [[maybe_unused]] T2 code) in SetAddrAndCode() function
|
Completed in 5 milliseconds