Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp75 uptr stack_bottom) { in GetCanonicFrame()
96 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.h171 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_stacktrace_libcdep.cpp137 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_fuchsia.cpp76 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_mac.cpp400 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
583 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_linux_libcdep.cpp105 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_win.cpp116 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp57 uptr stack_bottom, stack_top; member
92 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dhwasan_thread.h40 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp88 uptr stack_bottom, stack_size; member
147 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dasan_thread.cpp191 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp97 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __msan::MsanThread
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp104 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __dfsan::DFsanThread
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp116 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __memprof::MemprofThread