Searched refs:MainThreadStackBase (Results 1 – 13 of 13) sorted by relevance
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_fuchsia.cpp | 78 .stack_bottom = __sanitizer::MainThreadStackBase, in InitThreads() 80 __sanitizer::MainThreadStackBase + __sanitizer::MainThreadStackSize, in InitThreads()
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cc | 128 CHECK_NE(__sanitizer::MainThreadStackBase, 0); in CreateMainThread() 136 __sanitizer::MainThreadStackBase, __sanitizer::MainThreadStackSize); in CreateMainThread()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_fuchsia.cc | 130 CHECK_NE(__sanitizer::MainThreadStackBase, 0); in CreateMainThread() 138 __sanitizer::MainThreadStackBase, __sanitizer::MainThreadStackSize); in CreateMainThread()
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cc | 128 CHECK_NE(__sanitizer::MainThreadStackBase, 0); in CreateMainThread() 136 __sanitizer::MainThreadStackBase, __sanitizer::MainThreadStackSize); in CreateMainThread()
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_fuchsia.h | 23 extern uptr MainThreadStackBase, MainThreadStackSize;
|
H A D | sanitizer_fuchsia.cc | 481 uptr MainThreadStackBase, MainThreadStackSize; variable 504 __sanitizer::MainThreadStackBase = reinterpret_cast<uintptr_t>(stack_base); in __sanitizer_startup_hook()
|
H A D | sanitizer_rtems.cc | 279 uptr MainThreadStackBase, MainThreadStackSize; variable
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.h | 25 extern uptr MainThreadStackBase, MainThreadStackSize;
|
H A D | sanitizer_fuchsia.cc | 483 uptr MainThreadStackBase, MainThreadStackSize; variable 506 __sanitizer::MainThreadStackBase = reinterpret_cast<uintptr_t>(stack_base); in __sanitizer_startup_hook()
|
H A D | sanitizer_rtems.cc | 275 uptr MainThreadStackBase, MainThreadStackSize; variable
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_fuchsia.h | 23 extern uptr MainThreadStackBase, MainThreadStackSize;
|
H A D | sanitizer_fuchsia.cc | 481 uptr MainThreadStackBase, MainThreadStackSize; variable 504 __sanitizer::MainThreadStackBase = reinterpret_cast<uintptr_t>(stack_base); in __sanitizer_startup_hook()
|
H A D | sanitizer_rtems.cc | 279 uptr MainThreadStackBase, MainThreadStackSize; variable
|