| /base/hiviewdfx/faultloggerd/common/dfxutil/ |
| D | stack_util.h | 86 AT_UNUSED inline bool GetMainStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRange() 96 AT_UNUSED static bool GetSelfStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSelfStackRange() 114 AT_UNUSED static bool GetSigAltStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetSigAltStackRange()
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | unwinder_test.cpp | 69 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable 89 uintptr_t stackTop = static_cast<uintptr_t>(-1); variable 325 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 449 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 521 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 571 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable 609 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); variable
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
| D | fp_unwinder.cpp | 42 uintptr_t stackTop = 0; in Unwind() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| D | thread_context.h | 50 uintptr_t stackTop; member
|
| D | unwind_context.h | 67 uintptr_t stackTop = 0; member
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | thread_context.cpp | 264 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 408 void LocalThreadContextMix::SetStackRang(uintptr_t stackTop, uintptr_t stackBottom) in SetStackRang()
|
| D | unwinder.cpp | 356 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 515 bool Unwinder::Impl::GetMainStackRangeInner(uintptr_t& stackBottom, uintptr_t& stackTop) in GetMainStackRangeInner() 535 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 574 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalWithTid() local 615 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocal() local 1468 uintptr_t stackTop = static_cast<uintptr_t>(-1); in UnwindLocalByOtherTid() local
|
| /base/hiviewdfx/hiview/utility/common_utils/ |
| D | tbox.cpp | 137 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace() local
|
| D | log_parse.cpp | 64 stack<string> stackTop; in GetStackTop() local
|
| /base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
| D | dfx_crasher.cpp | 453 unsigned int stackTop; in StackTop() local 456 uint64_t stackTop; in StackTop() local 459 uint64_t stackTop = 0; // for fixing compile error on x64 in StackTop() local
|
| /base/hiviewdfx/faultloggerd/tools/crasher_c/ |
| D | dfx_crasher.c | 269 __attribute__((unused))register void* stackTop; in StackTop() local
|
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
| D | faultloggerdunwinder_fuzzer.cpp | 218 uintptr_t stackTop; in TestThreadContext() local
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | unwind_local_benchmark.cpp | 109 uintptr_t stackBottom = 1, stackTop = static_cast<uintptr_t>(-1); in UnwinderLocalFp() local
|
| /base/startup/init/test/unittest/seccomp/ |
| D | seccomp_unittest.cpp | 200 char *stackTop = stack + stackSize; in CheckCloneNs() local
|