Searched defs:stack_bottom (Results 1 - 14 of 14) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.h51 uptr stack_top = 0, stack_bottom = 0; local in function:__lsan::GetStackTrace
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cc25 FastUnwindStack(uptr pc,uptr bp,uptr stack_top,uptr stack_bottom,u32 max_depth) argument
H A Dsanitizer_stacktrace.cc50 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 Dsanitizer_stacktrace.h122 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { argument
H A Dsanitizer_stacktrace_libcdep.cc58 Unwind(u32 max_depth,uptr pc,uptr bp,void * context,uptr stack_top,uptr stack_bottom,bool request_fast_unwind) argument
H A Dsanitizer_rtems.cc91 uptr stack_top, stack_bottom; local in function:__sanitizer::GetThreadStackAndTls
75 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
H A Dsanitizer_fuchsia.cc77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { argument
H A Dsanitizer_linux_libcdep.cc95 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
H A Dsanitizer_win.cc97 GetThreadStackTopAndBottom(bool at_initialization,uptr * stack_top,uptr * stack_bottom) argument
H A Dsanitizer_mac.cc477 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 Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } function in class:__msan::MsanThread
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fuchsia.cc87 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 Dasan_rtems.cc96 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 Dasan_thread.cc183 uptr AsanThread::stack_bottom() { function in class:__asan::AsanThread

Completed in 14 milliseconds