Home
last modified time | relevance | path

Searched defs:stack_top (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp76 uptr stack_top, in GetCanonicFrame()
97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
H A Dsanitizer_stacktrace_sparc.cpp28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
H A Dsanitizer_unwind_linux_libcdep.cpp36 uptr stack_top; member
H A Dsanitizer_stacktrace.h170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_stacktrace_libcdep.cpp138 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_mac.cpp410 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
578 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_fuchsia.cpp77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_linux_libcdep.cpp116 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
H A Dsanitizer_win.cpp120 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
/freebsd/lib/libc/i386/gen/
H A Dmakecontext.c68 char *stack_top; in __makecontext() local
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp38 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp94 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __msan::MsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp90 uptr DFsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __dfsan::DFsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h44 uptr stack_top() { return stack_top_; } in stack_top() function
H A Dhwasan_fuchsia.cpp60 uptr stack_bottom, stack_top; member
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp113 uptr MemprofThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __memprof::MemprofThread
/freebsd/sys/i386/i386/
H A Dbios.c321 char *p, *stack, *stack_top; in bios16() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp214 uptr AsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __asan::AsanThread
/freebsd/sys/vm/
H A Dvm_glue.c737 vm_offset_t stack_top; in intr_prof_stack_use() local
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c126 uintptr_t stack_top; in arm_setup_vectors() local
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1322 void* const stack_top = in ExecDeathTestSpawnChild() local
/freebsd/sys/kern/
H A Dkern_exec.c1199 vm_offset_t stack_addr, stack_top; in exec_map_stack() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp58 kmp_taskdata_t **stack_top = task_stack->ts_top; in __kmp_trace_task_stack() local
H A Dkmp.h1698 int stack_size, stack_top; member