Home
last modified time | relevance | path

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

12

/freebsd/contrib/libcbor/test/
H A Dcallbacks_test.c36 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append() local
77 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append_alloc_failure() local
110 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append_item_alloc_failure() local
145 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append_parent_alloc_failure() local
180 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append() local
219 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append_alloc_failure() local
252 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append_item_alloc_failure() local
286 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append_parent_alloc_failure() local
319 struct _cbor_stack_record* stack_top = in test_append_array_failure() local
350 struct _cbor_stack_record* stack_top = in test_append_map_failure() local
[all …]
/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_fuchsia.cpp77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_linux_libcdep.cpp123 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()
H A Dsanitizer_mac.cpp403 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.cpp87 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in MsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp85 uptr DFsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in 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.cpp69 uptr stack_bottom, stack_top; member
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp95 uptr NsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in NsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp110 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/sys/vm/
H A Dvm_glue.c730 char *stack_top; in intr_prof_stack_use() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp212 uptr AsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __asan::AsanThread
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c125 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.c1219 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

12