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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp28 UnwindFast(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_stacktrace.cpp48 GetCanonicFrame(uptr bp, uptr stack_top, uptr stack_bottom) argument
70 UnwindFast(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, u32 max_depth) argument
H A Dsanitizer_stacktrace.h147 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { argument
H A Dsanitizer_stacktrace_libcdep.cpp57 Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top, uptr stack_bottom, bool request_fast_unwind) argument
H A Dsanitizer_fuchsia.cpp85 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { argument
H A Dsanitizer_linux_libcdep.cpp98 GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, uptr *stack_bottom) argument
H A Dsanitizer_rtems.cpp94 uptr stack_top, stack_bottom; local
78 GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, uptr *stack_bottom) argument
H A Dsanitizer_win.cpp112 GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, uptr *stack_bottom) argument
H A Dsanitizer_mac.cpp559 uptr stack_top, stack_bottom; local
382 GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, uptr *stack_bottom) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h31 uptr stack_bottom() { return stack_bottom_; } function in class:__msan::MsanThread
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h31 uptr stack_bottom() { return stack_bottom_; } function in class:__hwasan::Thread
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp88 uptr stack_bottom, stack_size; member in struct:__asan::AsanThread::InitOptions
92 CreateAsanThread(StackTrace *stack, u32 parent_tid, uptr user_id, bool detached, const char *name, uptr stack_bottom, uptr stack_size) argument
146 BeforeThreadCreateHook(uptr user_id, bool detached, const char *name, uptr stack_bottom, uptr stack_size) argument
H A Dasan_rtems.cpp97 uptr stack_bottom, stack_size, tls_bottom, tls_size; member in struct:__asan::AsanThread::InitOptions
101 CreateAsanThread(StackTrace *stack, u32 parent_tid, uptr user_id, bool detached, uptr stack_bottom, uptr stack_size, uptr tls_bottom, uptr tls_size) argument
143 BeforeThreadCreateHook(uptr user_id, bool detached, uptr stack_bottom, uptr stack_size, uptr tls_bottom, uptr tls_size) argument
H A Dasan_thread.cpp182 uptr AsanThread::stack_bottom() { function in class:__asan::AsanThread

Completed in 138 milliseconds