Searched refs:GetThreadStackTopAndBottom (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag_standalone.cc27 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dubsan_diag.cc35 GetThreadStackTopAndBottom(false, &top, &bottom);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cc25 __sanitizer::GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dubsan_diag.cc33 GetThreadStackTopAndBottom(false, &top, &bottom);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cpp23 GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dubsan_diag.cpp40 GetThreadStackTopAndBottom(false, &top, &bottom);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_stack_trace.cpp53 GetThreadStackTopAndBottom(false, &top, &bottom);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_fuchsia.cpp63 __sanitizer::GetThreadStackTopAndBottom(true, &args.stack_end,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_rtems.cc75 void GetThreadStackTopAndBottom(bool at_initialization, function in namespace:__sanitizer
92 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_symbolizer_report.cc108 GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dsanitizer_linux_libcdep.cc96 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
519 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_mac.cc300 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
478 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_win.cc97 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
808 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_fuchsia.cc77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_rtems.cc77 void GetThreadStackTopAndBottom(bool at_initialization, function in namespace:__sanitizer
94 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_symbolizer_report.cc106 GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dsanitizer_linux_libcdep.cc98 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
535 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_mac.cc285 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
459 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_win.cc99 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
814 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_fuchsia.cc79 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp114 GetThreadStackTopAndBottom(false, &top, &bottom);
H A Dsanitizer_linux_libcdep.cpp102 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
578 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_win.cpp116 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
849 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_fuchsia.cpp76 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { function in namespace:__sanitizer
H A Dsanitizer_mac.cpp407 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
576 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);

Completed in 342 milliseconds

12