Searched defs:stack_begin (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_posix.cpp | 28 uptr stack_begin; member 61 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
H A D | lsan_thread.h | 25 uptr stack_begin() { return stack_begin_; } in stack_begin() function
|
H A D | lsan_fuchsia.cpp | 31 uptr stack_begin, stack_end; member
|
H A D | lsan_common.cpp | 407 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 178 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 492 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
/openbsd/sys/uvm/ |
H A D | uvm_map.c | 491 vaddr_t stack_begin, stack_end; /* Position of stack. */ in uvmspace_dused() local 2732 vaddr_t stack_begin, stack_end; /* Position of stack. */ in vmspace_validate() local
|