Searched refs:stack_len (Results 1 – 12 of 12) sorted by relevance
42 retval->stack_len = 0; in new_dwarf_expr_context()81 ctx->stack[ctx->stack_len++] = value; in dwarf_expr_push()89 if (ctx->stack_len <= 0) in dwarf_expr_pop()91 ctx->stack_len--; in dwarf_expr_pop()99 if (ctx->stack_len < n) in dwarf_expr_fetch()101 n, ctx->stack_len); in dwarf_expr_fetch()465 before_stack_len = ctx->stack_len; in execute_stack_op()475 ctx->stack_len = before_stack_len; in execute_stack_op()500 if (ctx->stack_len < 3) in execute_stack_op()502 ctx->stack_len); in execute_stack_op()[all …]
33 int stack_len, stack_allocated; member
68 args.tcb = rounddown(args.attr.stack + args.attr.stack_len - in cloudabi32_sys_thread_create()70 args.attr.stack_len = args.tcb - args.attr.stack; in cloudabi32_sys_thread_create()
68 args.tcb = rounddown(args.attr.stack + args.attr.stack_len - in cloudabi64_sys_thread_create()70 args.attr.stack_len = args.tcb - args.attr.stack; in cloudabi64_sys_thread_create()
179 _Alignas(8) uint64_t stack_len;184 _Static_assert(offsetof(cloudabi64_threadattr_t, stack_len) == 16, "Incorrect layout");
179 _Alignas(4) uint32_t stack_len;184 _Static_assert(offsetof(cloudabi32_threadattr_t, stack_len) == 8, "Incorrect layout");
147 stack.ss_size = attr->stack_len; in cloudabi64_thread_setregs()
163 stack.ss_size = attr->stack_len - sizeof(args); in cloudabi32_thread_setregs()
155 stack.ss_size = attr->stack_len; in cloudabi32_thread_setregs()
172 frame->tf_x[13] = STACKALIGN(attr->stack + attr->stack_len); in cloudabi32_thread_setregs()
188 stack.ss_size = attr->stack_len - sizeof(args); in cloudabi32_thread_setregs()
171 tcbptr = rounddown(attr->stack + attr->stack_len - sizeof(tcbptr), in cloudabi64_thread_setregs()