Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h32 int RaiseBusError(void);
H A Ddfx_crasher.c70 NOINLINE int RaiseBusError(void) in RaiseBusError() function
401 return RaiseBusError(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h37 static int RaiseBusError();
H A Ddfx_crasher.cpp95 {"SIGBUS", "raise a SIGBUS", &DfxCrasher::RaiseBusError},
271 NOINLINE int DfxCrasher::RaiseBusError() in RaiseBusError() function in DfxCrasher