Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h36 int RaiseSegmentFaultException(void);
H A Ddfx_crasher.c111 NOINLINE int RaiseSegmentFaultException(void) in RaiseSegmentFaultException() function
381 return RaiseSegmentFaultException(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h40 static int RaiseSegmentFaultException();
H A Ddfx_crasher.cpp92 {"SIGSEGV", "raise a SIGSEGV", &DfxCrasher::RaiseSegmentFaultException},
251 NOINLINE int DfxCrasher::RaiseSegmentFaultException() in RaiseSegmentFaultException() function in DfxCrasher