Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Dfp_unwinder.h41 inline bool IsValidFrame(uintptr_t frame, uintptr_t stackTop, uintptr_t stackBottom) in IsValidFrame() argument
43 return ((frame > stackBottom) && (frame < stackTop - sizeof(uintptr_t))); in IsValidFrame()
/base/hiviewdfx/faultloggerd/common/dfxutil/
Ddfx_util.h34 AT_SYMBOL_HIDDEN int GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop);
Ddfx_util.cpp180 int GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() argument
187 stackBottom = reinterpret_cast<uintptr_t>(base); in GetStackRange()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_crash_local_handler.c244 uintptr_t stackBottom = (uintptr_t)base; in UnwindWithContextByFramePointer() local
250 if (stackBottom < prevFp && (prevFp + sizeof(uintptr_t)) < stackTop) { in UnwindWithContextByFramePointer()