Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp74 uptr stack_top, in GetCanonicFrame()
95 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.h171 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_stacktrace_libcdep.cpp137 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_fuchsia.cpp76 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_mac.cpp399 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
583 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_linux_libcdep.cpp104 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
H A Dsanitizer_win.cpp115 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
/freebsd-13.1/lib/libc/i386/gen/
H A Dmakecontext.c71 char *stack_top; in __makecontext() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h39 uptr stack_top() { return stack_top_; } in stack_top() function
H A Dhwasan_fuchsia.cpp57 uptr stack_bottom, stack_top; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp95 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __msan::MsanThread
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp102 uptr DFsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __dfsan::DFsanThread
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.h81 uint64_t stack_top; /**< stack top address (virtual) */ member
H A Dcvmx-app-init.h83 uint64_t stack_top; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp114 uptr MemprofThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __memprof::MemprofThread
/freebsd-13.1/sys/vm/
H A Dvm_glue.c500 vm_offset_t stack_top; in intr_prof_stack_use() local
/freebsd-13.1/sys/mips/cavium/
H A Docteon_machdep.c547 uint64_t stack_top; member
/freebsd-13.1/sys/i386/i386/
H A Dbios.c323 char *p, *stack, *stack_top; in bios16() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp187 uptr AsanThread::stack_top() { in stack_top() function in __asan::AsanThread
/freebsd-13.1/sys/kern/
H A Dkern_exec.c1211 vm_offset_t stack_addr, stack_top; in exec_map_stack() local
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1302 void* const stack_top = in ExecDeathTestSpawnChild() local
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp46 kmp_taskdata_t **stack_top = task_stack->ts_top; in __kmp_trace_task_stack() local

12