Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h48 int MaxStackDepth(void);
H A Ddfx_crasher.c143 NOINLINE int MaxStackDepth(void) in MaxStackDepth() function
417 return MaxStackDepth(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h52 static int MaxStackDepth();
H A Ddfx_crasher.cpp103 {"MaxStack", "trigger SIGSEGV after 64 function call", &DfxCrasher::MaxStackDepth},
322 NOINLINE int DfxCrasher::MaxStackDepth() in MaxStackDepth() function in DfxCrasher