Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_fuchsia.cc87 uptr stack_bottom, stack_size; member
94 uptr stack_size) { in CreateAsanThread()
147 uptr stack_size) { in BeforeThreadCreateHook()
207 size_t stack_size) { in __sanitizer_before_thread_create_hook()
H A Dasan_rtems.cc96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
102 uptr stack_bottom, uptr stack_size, in CreateAsanThread()
143 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
234 void *stack_base, size_t stack_size, in __sanitizer_before_thread_create_hook()
H A Dasan_thread.cc187 uptr AsanThread::stack_size() { in stack_size() function in __asan::AsanThread
195 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
293 uptr stack_size = 0; in SetThreadStackAndTls() local
H A Dasan_rtl.cc577 uptr tls_addr, tls_size, stack_size; in __asan_handle_no_return() local
H A Dasan_win.cc140 void* security, uptr stack_size, in INTERCEPTOR_WINAPI()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cc47 uptr stack_size; in Init() local
H A Dhwasan_thread.h32 uptr stack_size() { return stack_top() - stack_bottom(); } in stack_size() function
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() local
/freebsd-12.1/contrib/gcc/
H A Dipa.c34 int stack_size = 0; in cgraph_postorder() local
H A Dipa-utils.c67 int stack_size; member
/freebsd-12.1/sys/sys/
H A Dthr.h53 size_t stack_size; /* stack size. */ member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1164 int stack_size = m_completed_plan_stack.size(); in GetPreviousPlan() local
1213 int stack_size = m_plan_stack.size(); in EnableTracer() local
1223 int stack_size = m_plan_stack.size(); in SetTracer() local
1263 int stack_size = m_plan_stack.size(); in DiscardThreadPlansUpToPlan() local
1297 int stack_size = m_plan_stack.size(); in DiscardThreadPlans() local
1352 int stack_size = m_plan_stack.size(); in UnwindInnermostExpression() local
1542 uint32_t stack_size; in DumpThreadPlans() local
1545 uint32_t stack_size = m_plan_stack.size(); in DumpThreadPlans() local
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc36 uptr stack_size; member
H A Dsanitizer_stoptheworld_linux_libcdep.cc333 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
H A Dsanitizer_posix_libcdep.cc116 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
H A Dsanitizer_fuchsia.cc503 void *stack_base, size_t stack_size) { in __sanitizer_startup_hook()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp291 size_t stack_size; in push() local
309 size_t stack_size = timer_stack.size(); in pop() local
325 size_t stack_size; in exchange() local
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.h83 uint32_t stack_size; /**< stack size in bytes */ member
H A Dcvmx-app-init.h89 uint32_t stack_size; member
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.cc82 uptr stack_size = 0; in ThreadStart() local
/freebsd-12.1/cddl/contrib/opensolaris/head/
H A Dthread.h76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c512 uint32_t stack_size = in print_encoding_x86_64() local
728 uint32_t stack_size = in print_encoding_i386() local
988 uint32_t stack_size = encoding & UNWIND_ARM64_FRAMELESS_STACK_SIZE_MASK; in print_encoding_arm64() local
/freebsd-12.1/usr.bin/dc/
H A Dstack.c101 stack_size(const struct stack *stack) in stack_size() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp802 uint32_t stack_size = EXTRACT_BITS(function_info.encoding, in CreateUnwindPlan_x86_64() local
1066 uint32_t stack_size = in CreateUnwindPlan_i386() local
1326 uint32_t stack_size = in CreateUnwindPlan_arm64() local
/freebsd-12.1/sys/mips/cavium/
H A Docteon_machdep.c555 uint32_t stack_size; member

12