Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h35 int IllegalInstructionException(void);
H A Ddfx_crasher.c97 NOINLINE int IllegalInstructionException(void) in IllegalInstructionException() function
377 return IllegalInstructionException(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h42 static int IllegalInstructionException();
H A Ddfx_crasher.cpp97 {"triSIGILL", "trigger a SIGILL", &DfxCrasher::IllegalInstructionException},
277 NOINLINE int DfxCrasher::IllegalInstructionException(void) in IllegalInstructionException() function in DfxCrasher