/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace.cpp | 76 uptr stack_top, in GetCanonicFrame() 97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
H A D | sanitizer_stacktrace_sparc.cpp | 28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
H A D | sanitizer_unwind_linux_libcdep.cpp | 36 uptr stack_top; member
|
H A D | sanitizer_stacktrace.h | 170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
H A D | sanitizer_stacktrace_libcdep.cpp | 138 uptr stack_top, uptr stack_bottom, in Unwind()
|
H A D | sanitizer_mac.cpp | 410 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() 578 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
H A D | sanitizer_fuchsia.cpp | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
H A D | sanitizer_linux_libcdep.cpp | 116 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
|
H A D | sanitizer_win.cpp | 120 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
|
/freebsd/lib/libc/i386/gen/ |
H A D | makecontext.c | 68 char *stack_top; in __makecontext() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan.cpp | 38 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 94 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __msan::MsanThread
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 90 uptr DFsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __dfsan::DFsanThread
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.h | 44 uptr stack_top() { return stack_top_; } in stack_top() function
|
H A D | hwasan_fuchsia.cpp | 60 uptr stack_bottom, stack_top; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 113 uptr MemprofThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __memprof::MemprofThread
|
/freebsd/sys/i386/i386/ |
H A D | bios.c | 321 char *p, *stack, *stack_top; in bios16() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 214 uptr AsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __asan::AsanThread
|
/freebsd/sys/vm/ |
H A D | vm_glue.c | 737 vm_offset_t stack_top; in intr_prof_stack_use() local
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 126 uintptr_t stack_top; in arm_setup_vectors() local
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 1322 void* const stack_top = in ExecDeathTestSpawnChild() local
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 1199 vm_offset_t stack_addr, stack_top; in exec_map_stack() local
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 58 kmp_taskdata_t **stack_top = task_stack->ts_top; in __kmp_trace_task_stack() local
|
H A D | kmp.h | 1698 int stack_size, stack_top; member
|