| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan.h | 51 uptr stack_top = 0, stack_bottom = 0; local 55 stack_bottom = t->stack_begin(); 57 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { 58 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_thread.h | 32 uptr stack_bottom() { return stack_bottom_; } function in class:__msan::MsanThread
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_fuchsia.cc | 87 uptr stack_bottom, stack_size; member in struct:__asan::AsanThread::InitOptions 93 const char *name, uptr stack_bottom, 106 const AsanThread::InitOptions options = {stack_bottom, stack_size}; 120 CHECK_NE(options->stack_bottom, 0); 122 stack_bottom_ = options->stack_bottom; 123 stack_top_ = options->stack_bottom + options->stack_size; 146 const char *name, uptr stack_bottom, 156 stack_bottom, stack_size);
|
| asan_rtems.cc | 96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member in struct:__asan::AsanThread::InitOptions 102 uptr stack_bottom, uptr stack_size, 112 const AsanThread::InitOptions options = {stack_bottom, stack_size, 124 CHECK_NE(options->stack_bottom, 0); 126 stack_bottom_ = options->stack_bottom; 127 stack_top_ = options->stack_bottom + options->stack_size; 143 uptr stack_bottom, uptr stack_size, 153 stack_bottom, stack_size, tls_bottom, tls_size); 193 PoisonShadow(thread->stack_bottom(), thread->stack_size(), 0);
|
| asan_thread.cc | 183 uptr AsanThread::stack_bottom() { function in class:__asan::AsanThread 327 bottom = stack_bottom(); 368 bottom = stack_bottom(); 473 *stack_begin = t->stack_bottom();
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_fuchsia.cpp | 60 uptr stack_bottom, stack_top; member in struct:__hwasan::Thread::InitState 81 .stack_bottom = __sanitizer::MainThreadStackBase, 95 const char *name, uptr stack_bottom, 98 .stack_bottom = stack_bottom, 99 .stack_top = stack_bottom + stack_size, 107 CHECK_NE(state->stack_bottom, 0); 109 stack_bottom_ = state->stack_bottom;
|
| hwasan_thread.h | 45 uptr stack_bottom() { return stack_bottom_; } function in class:__hwasan::Thread 46 uptr stack_size() { return stack_top() - stack_bottom(); }
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_fuchsia.cpp | 57 uptr stack_bottom, stack_top; member in struct:__hwasan::Thread::InitState 78 .stack_bottom = __sanitizer::MainThreadStackBase, 92 const char *name, uptr stack_bottom, 95 .stack_bottom = stack_bottom, 96 .stack_top = stack_bottom + stack_size, 104 CHECK_NE(state->stack_bottom, 0); 106 stack_bottom_ = state->stack_bottom;
|
| hwasan_thread.h | 45 uptr stack_bottom() { return stack_bottom_; } function in class:__hwasan::Thread 46 uptr stack_size() { return stack_top() - stack_bottom(); }
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_fuchsia.cpp | 74 uptr bottom = curr_thread->stack_bottom(); 117 uptr stack_bottom, stack_size; member in struct:__asan::AsanThread::InitOptions 141 CHECK_NE(options->stack_bottom, 0); 143 stack_bottom_ = options->stack_bottom; 144 stack_top_ = options->stack_bottom + options->stack_size; 174 const char *name, uptr stack_bottom, 189 const AsanThread::InitOptions options = {stack_bottom, stack_size};
|
| asan_thread.cpp | 211 uptr AsanThread::stack_bottom() { return GetStackBounds().bottom; } function in class:__asan::AsanThread 338 bottom = stack_bottom(); 379 bottom = stack_bottom(); 506 *stack_begin = t->stack_bottom();
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_fuchsia.cpp | 73 uptr bottom = curr_thread->stack_bottom(); 116 uptr stack_bottom, stack_size; member in struct:__asan::AsanThread::InitOptions 142 CHECK_NE(options->stack_bottom, 0); 144 stack_bottom_ = options->stack_bottom; 145 stack_top_ = options->stack_bottom + options->stack_size; 175 const char *name, uptr stack_bottom, 191 const AsanThread::InitOptions options = {stack_bottom, stack_size};
|
| asan_thread.cpp | 191 uptr AsanThread::stack_bottom() { function in class:__asan::AsanThread 340 bottom = stack_bottom(); 381 bottom = stack_bottom(); 489 *stack_begin = t->stack_bottom();
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_rtems.cc | 76 uptr *stack_top, uptr *stack_bottom) { 85 *stack_bottom = reinterpret_cast<uptr>(base); 86 *stack_top = *stack_bottom + size; 91 uptr stack_top, stack_bottom; local 92 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 93 *stk_addr = stack_bottom; 94 *stk_size = stack_top - stack_bottom;
|
| sanitizer_mac.cc | 301 uptr *stack_bottom) { 303 CHECK(stack_bottom); 321 *stack_bottom = *stack_top - stacksize; 477 uptr stack_top, stack_bottom; local 478 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 479 *stk_addr = stack_bottom; 480 *stk_size = stack_top - stack_bottom;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_mac.cpp | 419 uptr *stack_bottom) { 421 CHECK(stack_bottom); 439 *stack_bottom = *stack_top - stacksize; 586 uptr stack_top, stack_bottom; local 587 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 588 *stk_addr = stack_bottom; 589 *stk_size = stack_top - stack_bottom;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_mac.cpp | 408 uptr *stack_bottom) { 410 CHECK(stack_bottom); 428 *stack_bottom = *stack_top - stacksize; 575 uptr stack_top, stack_bottom; local 576 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 577 *stk_addr = stack_bottom; 578 *stk_size = stack_top - stack_bottom;
|