Home
last modified time | relevance | path

Searched refs:ProgramCounterZero (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c215 static NOINLINE int ProgramCounterZero(void) in ProgramCounterZero() function
433 return ProgramCounterZero(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h54 static int ProgramCounterZero();
H A Ddfx_crasher.cpp109 {"PCZero", "trigger a crash with pc equal zero", &DfxCrasher::ProgramCounterZero},
405 NOINLINE int DfxCrasher::ProgramCounterZero() in ProgramCounterZero() function in DfxCrasher