Searched defs:stack_bottom (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cc | 52 uptr stack_bottom) { in GetCanonicFrame() 72 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
| H A D | sanitizer_stacktrace_sparc.cc | 26 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
| H A D | sanitizer_stacktrace_libcdep.cc | 59 uptr stack_top, uptr stack_bottom, in Unwind()
|
| H A D | sanitizer_stacktrace.h | 122 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
| H A D | sanitizer_rtems.cc | 76 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() 91 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
| H A D | sanitizer_mac.cc | 301 uptr *stack_bottom) { in GetThreadStackTopAndBottom() 477 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
| H A D | sanitizer_linux_libcdep.cc | 93 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_fuchsia.cc | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_win.cc | 98 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cc | 87 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 D | asan_rtems.cc | 96 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 D | asan_thread.cc | 183 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan.h | 51 uptr stack_top = 0, stack_bottom = 0; in GetStackTrace() local
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.h | 31 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
|