Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h34 int RaiseIllegalInstructionException(void);
H A Ddfx_crasher.c88 NOINLINE int RaiseIllegalInstructionException(void) in RaiseIllegalInstructionException() function
373 return RaiseIllegalInstructionException(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h39 static int RaiseIllegalInstructionException();
H A Ddfx_crasher.cpp91 {"SIGILL", "raise a SIGILL", &DfxCrasher::RaiseIllegalInstructionException},
245 NOINLINE int DfxCrasher::RaiseIllegalInstructionException() in RaiseIllegalInstructionException() function in DfxCrasher