Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c252 NOINLINE int StackOver64(void) in StackOver64() function
441 return StackOver64(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h55 static int StackOver64();
H A Ddfx_crasher.cpp111 {"StackOver64", "trigger SIGSEGV after 70 function call", &DfxCrasher::StackOver64},
439 NOINLINE int DfxCrasher::StackOver64() in StackOver64() function in DfxCrasher