Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp77 uptr stack_bottom) { in GetCanonicFrame()
98 uptr stack_bottom, u32 max_depth) { in UnwindFast()
H A Dsanitizer_stacktrace_sparc.cpp29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
H A Dsanitizer_stacktrace.h170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_stacktrace_libcdep.cpp138 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_mac.cpp411 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
578 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_fuchsia.cpp77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_linux_libcdep.cpp117 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_win.cpp121 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp38 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp60 uptr stack_bottom, stack_top; member
95 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dhwasan_thread.h45 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp115 uptr stack_bottom, stack_size; member
172 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dasan_thread.cpp216 uptr AsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __asan::AsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp96 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __msan::MsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp92 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __dfsan::DFsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp115 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __memprof::MemprofThread