Searched refs:GetThreadStackTopAndBottom (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag_standalone.cc | 27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom); in __sanitizer_print_stack_trace()
|
| H A D | ubsan_diag.cc | 35 GetThreadStackTopAndBottom(false, &top, &bottom); in GetStackTrace()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_rtems.cc | 75 void GetThreadStackTopAndBottom(bool at_initialization, in GetThreadStackTopAndBottom() function 92 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
| H A D | sanitizer_linux_libcdep.cc | 92 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function 515 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
| H A D | sanitizer_symbolizer_report.cc | 108 GetThreadStackTopAndBottom(false, &top, &bottom); in ReportMmapWriteExec()
|
| H A D | sanitizer_win.cc | 97 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function 808 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
| H A D | sanitizer_mac.cc | 300 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function 478 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
|
| H A D | sanitizer_fuchsia.cc | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() function
|
| H A D | sanitizer_common.h | 88 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cc | 335 if (fast) GetThreadStackTopAndBottom(false, &top, &bottom); in OnStackUnwind()
|