Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_fuchsia.cpp115 uptr stack_bottom, stack_size; member
173 uptr stack_size) { in BeforeThreadCreateHook()
256 size_t stack_size) { in __sanitizer_before_thread_create_hook()
HDasan_thread.cpp218 uptr AsanThread::stack_size() { in stack_size() function in __asan::AsanThread
226 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
310 uptr stack_size = 0; in SetThreadStackAndTls() local
HDasan_posix.cpp62 uptr default_bottom, tls_addr, tls_size, stack_size; in PlatformUnpoisonStacks() local
HDasan_rtl.cpp583 uptr tls_addr, tls_size, stack_size; in UnpoisonDefaultStack() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStack.cpp181 int stack_size = m_plans.size(); in DiscardPlansUpToPlan() local
209 int stack_size = m_plans.size(); in DiscardAllPlans() local
355 int stack_size = m_completed_plans.size(); in GetPreviousPlan() local
378 int stack_size = m_plans.size(); in GetInnermostExpression() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_thread.cpp117 uptr MemprofThread::stack_size() { in stack_size() function in __memprof::MemprofThread
172 uptr stack_size = 0; in SetThreadStackAndTls() local
/freebsd-13-stable/sys/compat/linux/
HDlinux_fork.h74 uint64_t stack_size; member
90 l_ulong stack_size; member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_fuchsia.cpp96 uptr stack_size) { in BeforeThreadCreateHook()
217 size_t stack_size) { in __sanitizer_before_thread_create_hook()
HDhwasan_thread.h46 uptr stack_size() { return stack_top() - stack_bottom(); } in stack_size() function
HDhwasan_linux.cpp503 uptr stack_size; in InitStackAndTls() local
/freebsd-13-stable/sys/sys/
HDthr.h51 size_t stack_size; /* stack size. */ member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_thread.cpp24 uptr stack_size = 0; in SetThreadStackAndTls() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_thread.cpp25 uptr stack_size = 0; in SetThreadStackAndTls() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_unwind_linux_libcdep.cpp37 uptr stack_size; member
HDsanitizer_stoptheworld_netbsd_libcdep.cpp234 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
HDsanitizer_posix_libcdep.cpp132 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats.cpp293 size_t stack_size; in push() local
311 size_t stack_size = timer_stack.size(); in pop() local
327 size_t stack_size; in exchange() local
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-sysinfo.h83 uint32_t stack_size; /**< stack size in bytes */ member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_posix.cpp53 uptr stack_size = 0; in ThreadStart() local
HDlsan_fuchsia.cpp97 size_t stack_size) { in __sanitizer_before_thread_create_hook()
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c469 uint32_t stack_size = in print_encoding_x86_64() local
685 uint32_t stack_size = in print_encoding_i386() local
945 uint32_t stack_size = encoding & UNWIND_ARM64_FRAMELESS_STACK_SIZE_MASK; in print_encoding_arm64() local
/freebsd-13-stable/cddl/contrib/opensolaris/head/
HDthread.h76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create()
/freebsd-13-stable/usr.bin/dc/
HDstack.c99 stack_size(const struct stack *stack) in stack_size() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp801 uint32_t stack_size = EXTRACT_BITS(function_info.encoding, in CreateUnwindPlan_x86_64() local
1066 uint32_t stack_size = in CreateUnwindPlan_i386() local
1327 uint32_t stack_size = in CreateUnwindPlan_arm64() local
/freebsd-13-stable/sys/mips/cavium/
HDocteon_machdep.c551 uint32_t stack_size; member

12