Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cc27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom); in __sanitizer_print_stack_trace()
H A Dubsan_diag.cc35 GetThreadStackTopAndBottom(false, &top, &bottom); in GetStackTrace()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cc75 void GetThreadStackTopAndBottom(bool at_initialization, in GetThreadStackTopAndBottom() function
92 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_linux_libcdep.cc92 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
515 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_symbolizer_report.cc108 GetThreadStackTopAndBottom(false, &top, &bottom); in ReportMmapWriteExec()
H A Dsanitizer_win.cc97 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
808 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_mac.cc300 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
478 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
H A Dsanitizer_fuchsia.cc77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() function
H A Dsanitizer_common.h88 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc335 if (fast) GetThreadStackTopAndBottom(false, &top, &bottom); in OnStackUnwind()