Searched defs:stack_end (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.cpp | 31 uptr stack_end; member 60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| H A D | lsan_thread.h | 28 uptr stack_end() { return stack_end_; } in stack_end() function
|
| H A D | lsan_fuchsia.cpp | 36 uptr stack_begin, stack_end; member
|
| H A D | lsan_common.cpp | 456 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThread() local
|
| /freebsd/stand/efi/loader/arch/arm/ |
| H A D | start.S | 187 stack_end: label
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_posix.cpp | 62 uptr stack_begin, stack_end, tls_begin, tls_end; in PlatformUnpoisonStacks() local
|
| H A D | asan_thread.cpp | 500 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 194 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 246 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id() local 301 char *stack_end = NULL; in __kmp_check_stack_overlap() local
|