Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag_standalone.cpp24 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
Dubsan_diag.cpp40 GetThreadStackTopAndBottom(false, &top, &bottom); in ubsan_GetStackTrace()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_stack_trace.cpp58 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp78 void GetThreadStackTopAndBottom(bool at_initialization, in GetThreadStackTopAndBottom() function
95 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_symbolizer_report.cpp108 GetThreadStackTopAndBottom(false, &top, &bottom); in ReportMmapWriteExec()
Dsanitizer_linux_libcdep.cpp97 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
543 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_win.cpp112 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
850 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_fuchsia.cpp88 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() function
Dsanitizer_mac.cpp386 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
564 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_common.h87 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
/external/gwp_asan/gwp_asan/optional/
Dbacktrace_sanitizer_common.cpp30 GetThreadStackTopAndBottom(/*at_initialization*/ false, &top, &bottom); in UnwindImpl()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dbacktrace_sanitizer_common.cpp30 GetThreadStackTopAndBottom(/*at_initialization*/ false, &top, &bottom); in UnwindImpl()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_fuchsia.cpp63 __sanitizer::GetThreadStackTopAndBottom(true, &args.stack_end, in InitializeMainThread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
398 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_mac.cc247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
367 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_win.cc74 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() function
707 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); in GetThreadStackAndTls()
Dsanitizer_common.h77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,