| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 75 uptr stack_bottom) { in GetCanonicFrame() 96 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
| H A D | sanitizer_stacktrace_sparc.cpp | 29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
| H A D | sanitizer_stacktrace.h | 171 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
| H A D | sanitizer_stacktrace_libcdep.cpp | 137 uptr stack_top, uptr stack_bottom, in Unwind()
|
| H A D | sanitizer_fuchsia.cpp | 76 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_mac.cpp | 400 uptr *stack_bottom) { in GetThreadStackTopAndBottom() 583 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
| H A D | sanitizer_linux_libcdep.cpp | 105 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_win.cpp | 116 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_fuchsia.cpp | 57 uptr stack_bottom, stack_top; member 92 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
|
| H A D | hwasan_thread.h | 40 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cpp | 88 uptr stack_bottom, stack_size; member 147 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
|
| H A D | asan_thread.cpp | 191 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 97 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 D | dfsan_thread.cpp | 104 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 D | memprof_thread.cpp | 116 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __memprof::MemprofThread
|