Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp53 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp30 GetThreadStackTopAndBottom(/*at_initialization*/ false, &top, &bottom); in UnwindImpl()
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp63 __sanitizer::GetThreadStackTopAndBottom(true, &args.stack_end, in InitializeMainThread()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp114 GetThreadStackTopAndBottom(false, &top, &bottom); in ReportMmapWriteExec()
H A Dsanitizer_linux_libcdep.cpp104 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
614 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_win.cpp120 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
876 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_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_common.h86 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,