| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan.h | 51 uptr stack_top = 0, stack_bottom = 0; local in function:__lsan::GetStackTrace
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_sparc.cc | 25 FastUnwindStack(uptr pc,uptr bp,uptr stack_top,uptr stack_bottom,u32 max_depth) argument
|
| H A D | sanitizer_stacktrace.cc | 50 GetCanonicFrame(uptr bp,uptr stack_top,uptr stack_bottom) argument 71 FastUnwindStack(uptr pc,uptr bp,uptr stack_top,uptr stack_bottom,u32 max_depth) argument
|
| H A D | sanitizer_stacktrace.h | 122 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { argument
|
| H A D | sanitizer_stacktrace_libcdep.cc | 58 Unwind(u32 max_depth,uptr pc,uptr bp,void * context,uptr stack_top,uptr stack_bottom,bool request_fast_unwind) argument
|
| H A D | sanitizer_rtems.cc | 91 uptr stack_top, stack_bottom; local in function:__sanitizer::GetThreadStackAndTls 75 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
|
| H A D | sanitizer_fuchsia.cc | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { argument
|
| H A D | sanitizer_linux_libcdep.cc | 95 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
|
| H A D | sanitizer_win.cc | 97 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
|
| H A D | sanitizer_mac.cc | 477 uptr stack_top, stack_bottom; local in function:__sanitizer::GetThreadStackAndTls 300 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_thread.h | 32 uptr stack_bottom() { return stack_bottom_; } function in class:__msan::MsanThread
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_fuchsia.cc | 87 uptr stack_bottom, stack_size; member in struct:__asan::AsanThread::InitOptions 91 CreateAsanThread(StackTrace * stack,u32 parent_tid,uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) argument 145 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) argument
|
| H A D | asan_rtems.cc | 96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member in struct:__asan::AsanThread::InitOptions 100 CreateAsanThread(StackTrace * stack,u32 parent_tid,uptr user_id,bool detached,uptr stack_bottom,uptr stack_size,uptr tls_bottom,uptr tls_size) argument 142 BeforeThreadCreateHook(uptr user_id,bool detached,uptr stack_bottom,uptr stack_size,uptr tls_bottom,uptr tls_size) argument
|
| H A D | asan_thread.cc | 183 uptr AsanThread::stack_bottom() { function in class:__asan::AsanThread
|