Home
last modified time | relevance | path

Searched refs:at_initialization (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc92 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
96 if (at_initialization) { in GetThreadStackTopAndBottom()
H A Dsanitizer_rtems.cc75 void GetThreadStackTopAndBottom(bool at_initialization, in GetThreadStackTopAndBottom() argument
H A Dsanitizer_mac.cc300 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
308 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization && in GetThreadStackTopAndBottom()
H A Dsanitizer_common.h88 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
H A Dsanitizer_win.cc97 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument