Home
last modified time | relevance | path

Searched defs:stack_bottom (Results 1 – 25 of 25) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc48 uptr stack_bottom) { in GetCanonicFrame()
68 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
Dsanitizer_stacktrace_libcdep.cc58 uptr stack_top, uptr stack_bottom, in Unwind()
Dsanitizer_stacktrace.h114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
Dsanitizer_mac.cc248 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
Dsanitizer_linux_libcdep.cc78 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
Dsanitizer_win.cc75 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cpp74 uptr stack_bottom) { in GetCanonicFrame()
95 uptr stack_bottom, u32 max_depth) { in UnwindFast()
Dsanitizer_stacktrace_sparc.cpp29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
Dsanitizer_stacktrace_libcdep.cpp64 uptr stack_top, uptr stack_bottom, in Unwind()
Dsanitizer_stacktrace.h162 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
Dsanitizer_rtems.cpp79 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
94 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
Dsanitizer_linux_libcdep.cpp98 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
Dsanitizer_mac.cpp387 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
563 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
Dsanitizer_fuchsia.cpp88 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
Dsanitizer_win.cpp113 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtems.cpp103 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
109 uptr stack_bottom, uptr stack_size, in CreateAsanThread()
150 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
Dasan_fuchsia.cpp88 uptr stack_bottom, stack_size; member
147 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
Dasan_thread.cpp182 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
/external/compiler-rt/lib/msan/
Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan.cpp37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.h31 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp97 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __msan::MsanThread
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp116 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __memprof::MemprofThread
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback() local
138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack() local
/external/compiler-rt/lib/asan/
Dasan_thread.cc179 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread