Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c270 NOINLINE int StackTop(void) in StackTop() function
445 return StackTop(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h56 static int StackTop();
H A Ddfx_crasher.cpp112 {"StackTop", "trigger SIGSEGV to make sure stack top", &DfxCrasher::StackTop},
456 NOINLINE int DfxCrasher::StackTop() in StackTop() function in DfxCrasher