Searched refs:stack_ (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 25 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls() 27 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls() 35 __msan_unpoison((void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS() 47 CHECK(MEM_IS_APP(stack_.bottom)); in Init() 48 CHECK(MEM_IS_APP(stack_.top - 1)); in Init() 85 return {stack_.bottom, stack_.top}; in GetStackBounds() 92 return {stack_.bottom, stack_.top}; in GetStackBounds() 114 *bottom_old = stack_.bottom; in FinishSwitchFiber() 116 *size_old = stack_.top - stack_.bottom; in FinishSwitchFiber() 117 stack_.bottom = next_stack_.bottom; in FinishSwitchFiber() [all …]
|
| H A D | msan_thread.h | 64 StackBounds stack_; variable
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 134 stack(stack_), in ErrorMallocUsableSizeNotOwned() 147 stack(stack_), in ErrorSanitizerGetAllocatedSizeNotOwned() 161 stack(stack_), in ErrorCallocOverflow() 176 stack(stack_), in ErrorReallocArrayOverflow() 189 stack(stack_), in ErrorPvallocOverflow() 202 stack(stack_), in ErrorInvalidAllocationAlignment() 216 stack(stack_), in ErrorInvalidAlignedAllocAlignment() 230 stack(stack_), in ErrorInvalidPosixMemalignAlignment() 245 stack(stack_), in ErrorAllocationSizeTooBig() 269 stack(stack_), in ErrorOutOfMemory() [all …]
|
| H A D | asan_allocator.cpp | 197 stack_(stack) { in QuarantineCallback() 230 ReportOutOfMemory(size, stack_); in Allocate() 240 BufferedStackTrace* const stack_; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 28 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls() 30 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls() 38 dfsan_set_label(0, (void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS() 99 return {stack_.bottom, stack_.top}; in GetStackBounds()
|
| H A D | dfsan_thread.h | 66 StackBounds stack_; variable
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cpp | 24 const StackTrace *stack_) in ScopedAllocatorErrorReport() argument 26 stack(stack_) { in ScopedAllocatorErrorReport()
|
| H A D | sanitizer_syscalls_netbsd.inc | 2115 PRE_SYSCALL(__clone)(long long flags_, void *stack_) { /* Nothing to do */ } 2116 POST_SYSCALL(__clone)(long long res, long long flags_, void *stack_) {
|