Home
last modified time | relevance | path

Searched refs:FormatSIGSEGVCodeName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_signal.cpp123 return FormatSIGSEGVCodeName(signalCode); in FormatCodeName()
198 std::string DfxSignal::FormatSIGSEGVCodeName(const int32_t signalCode) in FormatSIGSEGVCodeName() function in OHOS::HiviewDFX::DfxSignal
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
H A Dsignal_info.cpp187 std::string SignalInfo::FormatSIGSEGVCodeName(int32_t signalCode) in FormatSIGSEGVCodeName() function in OHOS::HiviewDFX::SignalInfo
272 return FormatSIGSEGVCodeName(signalCode); in FormatCodeName()
H A Dsignal_info.h36 static std::string FormatSIGSEGVCodeName(int32_t signalCode);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_signal.h48 static std::string FormatSIGSEGVCodeName(const int32_t signalCode);