Home
last modified time | relevance | path

Searched refs:GetThreadStackTopAndBottom (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp23 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
H A Dubsan_diag.cpp39 GetThreadStackTopAndBottom(false, &top, &bottom); in ubsan_GetStackTrace()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp53 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp30 GetThreadStackTopAndBottom(/*at_initialization*/ false, &top, &bottom); in UnwindImpl()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp64 __sanitizer::GetThreadStackTopAndBottom(true, &args.stack_end, in InitializeMainThread()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp153 GetThreadStackTopAndBottom(false, &top, &bottom); in ReportMmapWriteExec()
H A Dsanitizer_linux_libcdep.cpp104 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
613 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_win.cpp120 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
892 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_mac.cpp410 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
579 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_fuchsia.cpp77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() function
H A Dsanitizer_common.h87 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,