Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc52 uptr stack_bottom) { in GetCanonicFrame()
72 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_sparc.cc26 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_libcdep.cc59 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_stacktrace.h122 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_rtems.cc76 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
91 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_mac.cc301 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
477 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_linux_libcdep.cc93 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_fuchsia.cc77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_win.cc98 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_fuchsia.cc87 uptr stack_bottom, stack_size; member
93 const char *name, uptr stack_bottom, in CreateAsanThread()
146 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dasan_rtems.cc96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
102 uptr stack_bottom, uptr stack_size, in CreateAsanThread()
143 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
H A Dasan_thread.cc183 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan.h51 uptr stack_top = 0, stack_bottom = 0; in GetStackTrace() local
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h31 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function