/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | stack_util.h | 82 AT_UNUSED inline bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange() 92 AT_UNUSED static bool GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange() 110 AT_UNUSED static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | accessors_test.cpp | 55 uintptr_t stackTop = static_cast<uintptr_t>(1); variable
|
H A D | unwinder_test.cpp | 69 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable 89 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable 326 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 450 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 522 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 572 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 610 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | thread_context.h | 47 uintptr_t stackTop; member
|
H A D | unwind_context.h | 67 uintptr_t stackTop = 0; member
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/ |
H A D | dump.cpp | 79 uintptr_t stackTop = static_cast<uintptr_t>(stackBottom + co->stkMem.size); in DumpTask() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | fp_unwinder.cpp | 42 uintptr_t stackTop = 0; in Unwind() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 460 unsigned int stackTop; in StackTop() local 463 uint64_t stackTop; in StackTop() local 466 uint64_t stackTop = 0; // for fixing compile error on x64 in StackTop() local
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | tbox.cpp | 148 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
|
H A D | log_parse.cpp | 115 stack<string> stackTop; in GetStackTop() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 355 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 508 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner() 518 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 557 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalWithTid() local 598 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocal() local
|
H A D | thread_context.cpp | 227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange()
|
H A D | dfx_accessors.cpp | 88 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame()
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
H A D | dfx_crasher.c | 273 register void* stackTop; in StackTop() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
H A D | faultloggerdunwinder_fuzzer.cpp | 243 uintptr_t stackTop; in TestThreadContext() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_benchmark.cpp | 109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
|
/ohos5.0/base/startup/init/test/unittest/seccomp/ |
H A D | seccomp_unittest.cpp | 200 char *stackTop = stack + stackSize; in CheckCloneNs() local
|