Searched refs:GetThreadStackTopAndBottom (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag_standalone.cpp | 23 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
|
H A D | ubsan_diag.cpp | 39 GetThreadStackTopAndBottom(false, &top, &bottom); in ubsan_GetStackTrace()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cpp | 53 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
|
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
H A D | backtrace_sanitizer_common.cpp | 30 GetThreadStackTopAndBottom(/*at_initialization*/ false, &top, &bottom); in UnwindImpl()
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_fuchsia.cpp | 63 __sanitizer::GetThreadStackTopAndBottom(true, &args.stack_end, in InitializeMainThread()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_report.cpp | 114 GetThreadStackTopAndBottom(false, &top, &bottom); in ReportMmapWriteExec()
|
H A D | sanitizer_linux_libcdep.cpp | 104 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function 614 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
H A D | sanitizer_win.cpp | 120 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function 876 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
H A D | sanitizer_fuchsia.cpp | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() function
|
H A D | sanitizer_mac.cpp | 410 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function 579 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
H A D | sanitizer_common.h | 86 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
|