Home
last modified time | relevance | path

Searched refs:UNW_ERROR_NONE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp114 return UNW_ERROR_NONE; in AccessMem()
128 return UNW_ERROR_NONE; in AccessReg()
149 if (ret == UNW_ERROR_NONE) { in FindUnwindTable()
160 return UNW_ERROR_NONE; in GetMapByPc()
180 return UNW_ERROR_NONE; in AccessMem()
211 return UNW_ERROR_NONE; in AccessMem()
225 return UNW_ERROR_NONE; in AccessReg()
238 return UNW_ERROR_NONE; in FindUnwindTable()
247 if (ret == UNW_ERROR_NONE) { in FindUnwindTable()
258 return UNW_ERROR_NONE; in GetMapByPc()
H A Ddfx_memory.cpp43 if (acc_ != nullptr && acc_->AccessReg(regIdx, val, ctx_) == UNW_ERROR_NONE) { in ReadReg()
51 if (acc_ != nullptr && acc_->AccessMem(addr, val, ctx_) == UNW_ERROR_NONE) { in ReadMem()
H A Ddfx_elf.cpp772 return UNW_ERROR_NONE; in FindUnwindTableInfo()
816 return UNW_ERROR_NONE; in FindUnwindTableInfo()
832 return UNW_ERROR_NONE; in FindUnwindTableLocal()
H A Dunwinder.cpp933 if (mapRet != UNW_ERROR_NONE) { in StepInner()
980 if (utiRet != UNW_ERROR_NONE) { in StepInner()
1330 if (acc_->AccessMem(lockPtrAddr, &lockAddr, &context) != UNW_ERROR_NONE) { in GetLockInfo()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_errors.h27 UNW_ERROR_NONE = 0, enumerator