Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_fake_stack_test.cc48 uptr stack_size = 1UL << stack_size_log; in TEST() local
95 const uptr stack_size = 1 << stack_size_log; in TEST() local
/NextBSD/contrib/gcc/
HDipa.c34 int stack_size = 0; in cgraph_postorder() local
HDipa-utils.c67 int stack_size; member
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() local
/NextBSD/sys/sys/
HDthr.h56 size_t stack_size; /* stack size. */ member
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1265 int stack_size = m_completed_plan_stack.size(); in GetPreviousPlan() local
1302 int stack_size = m_plan_stack.size(); in EnableTracer() local
1316 int stack_size = m_plan_stack.size(); in SetTracer() local
1365 int stack_size = m_plan_stack.size(); in DiscardThreadPlansUpToPlan() local
1408 int stack_size = m_plan_stack.size(); in DiscardThreadPlans() local
1476 int stack_size = m_plan_stack.size(); in UnwindInnermostExpression() local
1719 uint32_t stack_size; in DumpThreadPlans() local
1723 uint32_t stack_size = m_plan_stack.size(); in DumpThreadPlans() local
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_unwind_linux_libcdep.cc35 uptr stack_size; member
HDsanitizer_posix_libcdep.cc95 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() local
HDsanitizer_stoptheworld_linux_libcdep.cc306 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-sysinfo.h83 uint32_t stack_size; /**< stack size in bytes */ member
HDcvmx-app-init.h89 uint32_t stack_size; member
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_thread.h66 uptr stack_size() { return stack_size_; } in stack_size() function
HDasan_thread.cc126 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
HDasan_win.cc87 void* security, uptr stack_size, in INTERCEPTOR_WINAPI()
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_thread.cc87 uptr stack_size = 0; in ThreadStart() local
/NextBSD/cddl/contrib/opensolaris/head/
HDthread.h76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create()
/NextBSD/usr.bin/dc/
HDstack.c103 stack_size(const struct stack *stack) in stack_size() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp786 … uint32_t stack_size = EXTRACT_BITS (function_info.encoding, UNWIND_X86_64_FRAMELESS_STACK_SIZE); in CreateUnwindPlan_x86_64() local
1061 … uint32_t stack_size = EXTRACT_BITS (function_info.encoding, UNWIND_X86_FRAMELESS_STACK_SIZE); in CreateUnwindPlan_i386() local
/NextBSD/contrib/llvm/tools/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c480 uint32_t stack_size = EXTRACT_BITS (encoding, UNWIND_X86_64_FRAMELESS_STACK_SIZE); in print_encoding_x86_64() local
716 uint32_t stack_size = EXTRACT_BITS (encoding, UNWIND_X86_FRAMELESS_STACK_SIZE); in print_encoding_i386() local
/NextBSD/sys/mips/cavium/
HDocteon_machdep.c551 uint32_t stack_size; member
/NextBSD/sys/compat/mach/ipc/
HDmach_port.c1572 vm_offset_t user_stack, vm_size_t stack_size, in thread_activation_create()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32.h230 uint32_t stack_size; member
/NextBSD/sys/dev/aic7xxx/
HDaic79xx.h1282 u_int stack_size; member